Html Css Color HEX #BDFB7E Sulu

📋 copy color: '#BDFB7E'

red 189 ◦ green 251 ◦ blue 126

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

Shades of Sulu #BDFB7E

Tints of Sulu #BDFB7E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

 BLUE value IS 126 (49.61% from 255) = 22.26%

R = 33.39%
G = 44.35%
B = 22.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BDFB7E (or 0xBDFB7E) is known color: Sulu. HEX triplet: BD, FB and 7E. RGB value is (189,251,126). Sum of RGB (Red+Green+Blue) = 189+251+126=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7E is #420481. Grayscale: #DADADA. Windows color (decimal): -4326530 or 8321981. OLE color: 8321981.

HSL color Cylindrical-coordinate representation of color #BDFB7E: hue angle of 89.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFB7E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 126 -
CMYK 0.25 0 0.50 0.02
HSL 89.76º 0.94% 0.74% -
HSV(B) 89.76º 0.5% 0.98% -
XYZ 59.25 81.32 32.31 -
YUV 218.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 189 251 126 0.25 0 0.50 0.02 89.76 0.94 0.74
Hex BD FB 7E 19 0 32 2 5A 5E 4A
Octal 275 373 176 31 0 62 2 132 136 112
Binary 10111101 11111011 1111110 11001 0 110010 10 1011010 1011110 1001010

Color Harmonies of #BDFB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB7E

Black with #BDFB7E

Text Example


Text Example

White with #BDFB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB7E; }

 p { color: rgb(189,251,126); }

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

background-color css

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

 a { background-color: rgb(189,251,126); }

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

border-color css

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

 span { border-color: rgb(189,251,126); }

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