Html Css Color HEX #BDFB70 Sulu

📋 copy color: '#BDFB70'

red 189 ◦ green 251 ◦ blue 112

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

Shades of Sulu #BDFB70

Tints of Sulu #BDFB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 34.24%
G = 45.47%
B = 20.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BDFB70 (or 0xBDFB70) is known color: Sulu. HEX triplet: BD, FB and 70. RGB value is (189,251,112). Sum of RGB (Red+Green+Blue) = 189+251+112=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB70 is #42048F. Grayscale: #D9D9D9. Windows color (decimal): -4326544 or 7404477. OLE color: 7404477.

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

Color convert

RGB 189 251 112 -
CMYK 0.25 0 0.55 0.02
HSL 86.76º 0.95% 0.71% -
HSV(B) 86.76º 0.55% 0.98% -
XYZ 58.41 80.98 27.88 -
YUV 216.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 189 251 112 0.25 0 0.55 0.02 86.76 0.95 0.71
Hex BD FB 70 19 0 37 2 57 5F 47
Octal 275 373 160 31 0 67 2 127 137 107
Binary 10111101 11111011 1110000 11001 0 110111 10 1010111 1011111 1000111

Color Harmonies of #BDFB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB70

Black with #BDFB70

Text Example


Text Example

White with #BDFB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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