Html Css Color HEX #BDF576 Sulu

📋 copy color: '#BDF576'

red 189 ◦ green 245 ◦ blue 118

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

Shades of Sulu #BDF576

Tints of Sulu #BDF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 34.24%
G = 44.38%
B = 21.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#BDF576 (or 0xBDF576) is known color: Sulu. HEX triplet: BD, F5 and 76. RGB value is (189,245,118). Sum of RGB (Red+Green+Blue) = 189+245+118=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF576 is #420A89. Grayscale: #D6D6D6. Windows color (decimal): -4328074 or 7796157. OLE color: 7796157.

HSL color Cylindrical-coordinate representation of color #BDF576: hue angle of 86.46º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF576 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 118 -
CMYK 0.23 0 0.52 0.04
HSL 86.46º 0.86% 0.71% -
HSV(B) 86.46º 0.52% 0.96% -
XYZ 56.91 77.43 29.09 -
YUV 213.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 189 245 118 0.23 0 0.52 0.04 86.46 0.86 0.71
Hex BD F5 76 17 0 34 4 56 56 47
Octal 275 365 166 27 0 64 4 126 126 107
Binary 10111101 11110101 1110110 10111 0 110100 100 1010110 1010110 1000111

Color Harmonies of #BDF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF576

Black with #BDF576

Text Example


Text Example

White with #BDF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF576; }

 p { color: rgb(189,245,118); }

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

background-color css

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

 a { background-color: rgb(189,245,118); }

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

border-color css

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

 span { border-color: rgb(189,245,118); }

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