Html Css Color HEX #BDF477 Sulu

📋 copy color: '#BDF477'

red 189 ◦ green 244 ◦ blue 119

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

Shades of Sulu #BDF477

Tints of Sulu #BDF477

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

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

R = 34.24%
G = 44.2%
B = 21.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BDF477 (or 0xBDF477) is known color: Sulu. HEX triplet: BD, F4 and 77. RGB value is (189,244,119). Sum of RGB (Red+Green+Blue) = 189+244+119=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF477 is #420B88. Grayscale: #D5D5D5. Windows color (decimal): -4328329 or 7861437. OLE color: 7861437.

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

Color convert

RGB 189 244 119 -
CMYK 0.23 0 0.51 0.04
HSL 86.4º 0.85% 0.71% -
HSV(B) 86.4º 0.51% 0.96% -
XYZ 56.67 76.85 29.3 -
YUV 213.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 189 244 119 0.23 0 0.51 0.04 86.4 0.85 0.71
Hex BD F4 77 17 0 33 4 56 55 47
Octal 275 364 167 27 0 63 4 126 125 107
Binary 10111101 11110100 1110111 10111 0 110011 100 1010110 1010101 1000111

Color Harmonies of #BDF477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF477

Black with #BDF477

Text Example


Text Example

White with #BDF477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF477; }

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

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

background-color css

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

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

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

border-color css

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

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

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