Html Css Color HEX #BDE574 Sulu

📋 copy color: '#BDE574'

red 189 ◦ green 229 ◦ blue 116

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

Shades of Sulu #BDE574

Tints of Sulu #BDE574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 35.39%
G = 42.88%
B = 21.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BDE574 (or 0xBDE574) is known color: Sulu. HEX triplet: BD, E5 and 74. RGB value is (189,229,116). Sum of RGB (Red+Green+Blue) = 189+229+116=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE574 is #421A8B. Grayscale: #CCCCCC. Windows color (decimal): -4332172 or 7660989. OLE color: 7660989.

HSL color Cylindrical-coordinate representation of color #BDE574: hue angle of 81.24º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDE574 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 116 -
CMYK 0.17 0 0.49 0.10
HSL 81.24º 0.68% 0.68% -
HSV(B) 81.24º 0.49% 0.9% -
XYZ 52.16 68.12 26.92 -
YUV 204.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 189 229 116 0.17 0 0.49 0.10 81.24 0.68 0.68
Hex BD E5 74 11 0 31 A 51 44 44
Octal 275 345 164 21 0 61 12 121 104 104
Binary 10111101 11100101 1110100 10001 0 110001 1010 1010001 1000100 1000100

Color Harmonies of #BDE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE574

Black with #BDE574

Text Example


Text Example

White with #BDE574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE574; }

 p { color: rgb(189,229,116); }

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

background-color css

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

 a { background-color: rgb(189,229,116); }

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

border-color css

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

 span { border-color: rgb(189,229,116); }

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