Html Css Color HEX #BFE477 Sulu

📋 copy color: '#BFE477'

red 191 ◦ green 228 ◦ blue 119

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

Shades of Sulu #BFE477

Tints of Sulu #BFE477

RGB

 RED value IS 191 (75% from 255) = 35.5%

 GREEN value IS 228 (89.45% from 255) = 42.38%

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

R = 35.5%
G = 42.38%
B = 22.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BFE477 (or 0xBFE477) is known color: Sulu. HEX triplet: BF, E4 and 77. RGB value is (191,228,119). Sum of RGB (Red+Green+Blue) = 191+228+119=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE477 is #401B88. Grayscale: #CCCCCC. Windows color (decimal): -4201353 or 7857343. OLE color: 7857343.

HSL color Cylindrical-coordinate representation of color #BFE477: hue angle of 80.37º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE477 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 119 -
CMYK 0.16 0 0.48 0.11
HSL 80.37º 0.67% 0.68% -
HSV(B) 80.37º 0.48% 0.89% -
XYZ 52.56 67.9 27.79 -
YUV 204.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 191 228 119 0.16 0 0.48 0.11 80.37 0.67 0.68
Hex BF E4 77 10 0 30 B 50 43 44
Octal 277 344 167 20 0 60 13 120 103 104
Binary 10111111 11100100 1110111 10000 0 110000 1011 1010000 1000011 1000100

Color Harmonies of #BFE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE477

Black with #BFE477

Text Example


Text Example

White with #BFE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE477; }

 p { color: rgb(191,228,119); }

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

background-color css

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

 a { background-color: rgb(191,228,119); }

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

border-color css

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

 span { border-color: rgb(191,228,119); }

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