Html Css Color HEX #BDE870 Sulu

📋 copy color: '#BDE870'

red 189 ◦ green 232 ◦ blue 112

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

Shades of Sulu #BDE870

Tints of Sulu #BDE870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.53%

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

R = 35.46%
G = 43.53%
B = 21.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BDE870 (or 0xBDE870) is known color: Sulu. HEX triplet: BD, E8 and 70. RGB value is (189,232,112). Sum of RGB (Red+Green+Blue) = 189+232+112=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE870 is #42178F. Grayscale: #CDCDCD. Windows color (decimal): -4331408 or 7399613. OLE color: 7399613.

HSL color Cylindrical-coordinate representation of color #BDE870: hue angle of 81.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDE870 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 112 -
CMYK 0.19 0 0.52 0.09
HSL 81.5º 0.72% 0.67% -
HSV(B) 81.5º 0.52% 0.91% -
XYZ 52.77 69.7 26 -
YUV 205.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 189 232 112 0.19 0 0.52 0.09 81.5 0.72 0.67
Hex BD E8 70 13 0 34 9 52 48 43
Octal 275 350 160 23 0 64 11 122 110 103
Binary 10111101 11101000 1110000 10011 0 110100 1001 1010010 1001000 1000011

Color Harmonies of #BDE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE870

Black with #BDE870

Text Example


Text Example

White with #BDE870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE870; }

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

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

background-color css

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

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

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

border-color css

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

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

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