Html Css Color HEX #BDF877 Sulu

📋 copy color: '#BDF877'

red 189 ◦ green 248 ◦ blue 119

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

Shades of Sulu #BDF877

Tints of Sulu #BDF877

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.6%

 BLUE value IS 119 (46.88% from 255) = 21.4%

R = 33.99%
G = 44.6%
B = 21.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#BDF877 (or 0xBDF877) is known color: Sulu. HEX triplet: BD, F8 and 77. RGB value is (189,248,119). Sum of RGB (Red+Green+Blue) = 189+248+119=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF877 is #420788. Grayscale: #D8D8D8. Windows color (decimal): -4327305 or 7862461. OLE color: 7862461.

HSL color Cylindrical-coordinate representation of color #BDF877: hue angle of 87.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF877 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 119 -
CMYK 0.24 0 0.52 0.03
HSL 87.44º 0.9% 0.72% -
HSV(B) 87.44º 0.52% 0.97% -
XYZ 57.88 79.29 29.71 -
YUV 215.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 189 248 119 0.24 0 0.52 0.03 87.44 0.9 0.72
Hex BD F8 77 18 0 34 3 57 5A 48
Octal 275 370 167 30 0 64 3 127 132 110
Binary 10111101 11111000 1110111 11000 0 110100 11 1010111 1011010 1001000

Color Harmonies of #BDF877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF877

Black with #BDF877

Text Example


Text Example

White with #BDF877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF877; }

 p { color: rgb(189,248,119); }

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

background-color css

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

 a { background-color: rgb(189,248,119); }

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

border-color css

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

 span { border-color: rgb(189,248,119); }

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