Html Css Color HEX #BDDE70 Sulu

📋 copy color: '#BDDE70'

red 189 ◦ green 222 ◦ blue 112

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

Shades of Sulu #BDDE70

Tints of Sulu #BDDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

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

R = 36.14%
G = 42.45%
B = 21.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BDDE70 (or 0xBDDE70) is known color: Sulu. HEX triplet: BD, DE and 70. RGB value is (189,222,112). Sum of RGB (Red+Green+Blue) = 189+222+112=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE70 is #42218F. Grayscale: #C7C7C7. Windows color (decimal): -4333968 or 7397053. OLE color: 7397053.

HSL color Cylindrical-coordinate representation of color #BDDE70: hue angle of 78º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDE70 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 112 -
CMYK 0.15 0 0.50 0.13
HSL 78º 0.63% 0.65% -
HSV(B) 78º 0.5% 0.87% -
XYZ 50.03 64.23 25.09 -
YUV 199.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 189 222 112 0.15 0 0.50 0.13 78 0.63 0.65
Hex BD DE 70 F 0 32 D 4E 3E 41
Octal 275 336 160 17 0 62 15 116 76 101
Binary 10111101 11011110 1110000 1111 0 110010 1101 1001110 111110 1000001

Color Harmonies of #BDDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE70

Black with #BDDE70

Text Example


Text Example

White with #BDDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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