Html Css Color HEX #BDFB7B Sulu

📋 copy color: '#BDFB7B'

red 189 ◦ green 251 ◦ blue 123

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

Shades of Sulu #BDFB7B

Tints of Sulu #BDFB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.85%

R = 33.57%
G = 44.58%
B = 21.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#BDFB7B (or 0xBDFB7B) is known color: Sulu. HEX triplet: BD, FB and 7B. RGB value is (189,251,123). Sum of RGB (Red+Green+Blue) = 189+251+123=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7B is #420484. Grayscale: #DADADA. Windows color (decimal): -4326533 or 8125373. OLE color: 8125373.

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

Color convert

RGB 189 251 123 -
CMYK 0.25 0 0.51 0.02
HSL 89.06º 0.94% 0.73% -
HSV(B) 89.06º 0.51% 0.98% -
XYZ 59.06 81.24 31.31 -
YUV 217.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 189 251 123 0.25 0 0.51 0.02 89.06 0.94 0.73
Hex BD FB 7B 19 0 33 2 59 5E 49
Octal 275 373 173 31 0 63 2 131 136 111
Binary 10111101 11111011 1111011 11001 0 110011 10 1011001 1011110 1001001

Color Harmonies of #BDFB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB7B

Black with #BDFB7B

Text Example


Text Example

White with #BDFB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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