Html Css Color HEX #BFE478 Sulu

📋 copy color: '#BFE478'

red 191 ◦ green 228 ◦ blue 120

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

Shades of Sulu #BFE478

Tints of Sulu #BFE478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 35.44%
G = 42.3%
B = 22.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BFE478 (or 0xBFE478) is known color: Sulu. HEX triplet: BF, E4 and 78. RGB value is (191,228,120). Sum of RGB (Red+Green+Blue) = 191+228+120=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE478 is #401B87. Grayscale: #CDCDCD. Windows color (decimal): -4201352 or 7922879. OLE color: 7922879.

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

Color convert

RGB 191 228 120 -
CMYK 0.16 0 0.47 0.11
HSL 80.56º 0.67% 0.68% -
HSV(B) 80.56º 0.47% 0.89% -
XYZ 52.62 67.92 28.11 -
YUV 204.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 191 228 120 0.16 0 0.47 0.11 80.56 0.67 0.68
Hex BF E4 78 10 0 2F B 51 43 44
Octal 277 344 170 20 0 57 13 121 103 104
Binary 10111111 11100100 1111000 10000 0 101111 1011 1010001 1000011 1000100

Color Harmonies of #BFE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE478

Black with #BFE478

Text Example


Text Example

White with #BFE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE478; }

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

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

background-color css

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

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

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

border-color css

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

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

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