Html Css Color HEX #BDF276 Sulu

📋 copy color: '#BDF276'

red 189 ◦ green 242 ◦ blue 118

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

Shades of Sulu #BDF276

Tints of Sulu #BDF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

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

R = 34.43%
G = 44.08%
B = 21.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BDF276 (or 0xBDF276) is known color: Sulu. HEX triplet: BD, F2 and 76. RGB value is (189,242,118). Sum of RGB (Red+Green+Blue) = 189+242+118=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF276 is #420D89. Grayscale: #D4D4D4. Windows color (decimal): -4328842 or 7795389. OLE color: 7795389.

HSL color Cylindrical-coordinate representation of color #BDF276: hue angle of 85.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF276 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 118 -
CMYK 0.22 0 0.51 0.05
HSL 85.65º 0.83% 0.71% -
HSV(B) 85.65º 0.51% 0.95% -
XYZ 56.01 75.63 28.79 -
YUV 212.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 189 242 118 0.22 0 0.51 0.05 85.65 0.83 0.71
Hex BD F2 76 16 0 33 5 56 53 47
Octal 275 362 166 26 0 63 5 126 123 107
Binary 10111101 11110010 1110110 10110 0 110011 101 1010110 1010011 1000111

Color Harmonies of #BDF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF276

Black with #BDF276

Text Example


Text Example

White with #BDF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF276; }

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

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

background-color css

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

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

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

border-color css

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

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

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