Html Css Color HEX #BDE470 Sulu

📋 copy color: '#BDE470'

red 189 ◦ green 228 ◦ blue 112

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

Shades of Sulu #BDE470

Tints of Sulu #BDE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 35.73%
G = 43.1%
B = 21.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BDE470 (or 0xBDE470) is known color: Sulu. HEX triplet: BD, E4 and 70. RGB value is (189,228,112). Sum of RGB (Red+Green+Blue) = 189+228+112=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE470 is #421B8F. Grayscale: #CBCBCB. Windows color (decimal): -4332432 or 7398589. OLE color: 7398589.

HSL color Cylindrical-coordinate representation of color #BDE470: hue angle of 80.17º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE470 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 112 -
CMYK 0.17 0 0.51 0.11
HSL 80.17º 0.68% 0.67% -
HSV(B) 80.17º 0.51% 0.89% -
XYZ 51.65 67.48 25.63 -
YUV 203.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 189 228 112 0.17 0 0.51 0.11 80.17 0.68 0.67
Hex BD E4 70 11 0 33 B 50 44 43
Octal 275 344 160 21 0 63 13 120 104 103
Binary 10111101 11100100 1110000 10001 0 110011 1011 1010000 1000100 1000011

Color Harmonies of #BDE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE470

Black with #BDE470

Text Example


Text Example

White with #BDE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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