Html Css Color HEX #BDF27D Sulu

📋 copy color: '#BDF27D'

red 189 ◦ green 242 ◦ blue 125

#BDF27D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDF27D

Tints of Sulu #BDF27D

RGB

 RED value IS 189 (74.22% from 255) = 33.99%

 GREEN value IS 242 (94.92% from 255) = 43.53%

 BLUE value IS 125 (49.22% from 255) = 22.48%

R = 33.99%
G = 43.53%
B = 22.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDF27D (or 0xBDF27D) is known color: Sulu. HEX triplet: BD, F2 and 7D. RGB value is (189,242,125). Sum of RGB (Red+Green+Blue) = 189+242+125=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF27D is #420D82. Grayscale: #D5D5D5. Windows color (decimal): -4328835 or 8254141. OLE color: 8254141.

HSL color Cylindrical-coordinate representation of color #BDF27D: hue angle of 87.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF27D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 125 -
CMYK 0.22 0 0.48 0.05
HSL 87.18º 0.82% 0.72% -
HSV(B) 87.18º 0.48% 0.95% -
XYZ 56.44 75.8 31.06 -
YUV 212.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 189 242 125 0.22 0 0.48 0.05 87.18 0.82 0.72
Hex BD F2 7D 16 0 30 5 57 52 48
Octal 275 362 175 26 0 60 5 127 122 110
Binary 10111101 11110010 1111101 10110 0 110000 101 1010111 1010010 1001000

Color Harmonies of #BDF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF27D

Black with #BDF27D

Text Example


Text Example

White with #BDF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF27D; }

 p { color: rgb(189,242,125); }

 H1.HeaderClassName
 {
   color: #BDF27D;
 }
 .AnyTagClassName
 {
   color: #BDF27D;
 }
</style>

background-color css

<style>
 a { background-color: #BDF27D; }

 a { background-color: rgb(189,242,125); }

 div.DivClassName
 {
   background-color: #BDF27D;
 }
 .BgClassName
 {
   background-color: #BDF27D;
 }
</style>

border-color css

<style>
 span { border-color: #BDF27D; }

 span { border-color: rgb(189,242,125); }

 td.TdClassName
 {
   border-color: #BDF27D;
 }
 .TagClassName
 {
   border-color: #BDF27D;
 }
</style>