Html Css Color HEX #BDE472 Sulu

📋 copy color: '#BDE472'

red 189 ◦ green 228 ◦ blue 114

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

Shades of Sulu #BDE472

Tints of Sulu #BDE472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 35.59%
G = 42.94%
B = 21.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BDE472 (or 0xBDE472) is known color: Sulu. HEX triplet: BD, E4 and 72. RGB value is (189,228,114). Sum of RGB (Red+Green+Blue) = 189+228+114=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE472 is #421B8D. Grayscale: #CBCBCB. Windows color (decimal): -4332430 or 7529661. OLE color: 7529661.

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

Color convert

RGB 189 228 114 -
CMYK 0.17 0 0.50 0.11
HSL 80.53º 0.68% 0.67% -
HSV(B) 80.53º 0.5% 0.89% -
XYZ 51.77 67.52 26.22 -
YUV 203.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 189 228 114 0.17 0 0.50 0.11 80.53 0.68 0.67
Hex BD E4 72 11 0 32 B 51 44 43
Octal 275 344 162 21 0 62 13 121 104 103
Binary 10111101 11100100 1110010 10001 0 110010 1011 1010001 1000100 1000011

Color Harmonies of #BDE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE472

Black with #BDE472

Text Example


Text Example

White with #BDE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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