Html Css Color HEX #BFEC66 Sulu

📋 copy color: '#BFEC66'

red 191 ◦ green 236 ◦ blue 102

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

Shades of Sulu #BFEC66

Tints of Sulu #BFEC66

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.61%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 36.11%
G = 44.61%
B = 19.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#BFEC66 (or 0xBFEC66) is known color: Sulu. HEX triplet: BF, EC and 66. RGB value is (191,236,102). Sum of RGB (Red+Green+Blue) = 191+236+102=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC66 is #401399. Grayscale: #CFCFCF. Windows color (decimal): -4199322 or 6745279. OLE color: 6745279.

HSL color Cylindrical-coordinate representation of color #BFEC66: hue angle of 80.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFEC66 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 102 -
CMYK 0.19 0 0.57 0.07
HSL 80.15º 0.78% 0.66% -
HSV(B) 80.15º 0.57% 0.93% -
XYZ 53.88 72.03 23.63 -
YUV 207.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 191 236 102 0.19 0 0.57 0.07 80.15 0.78 0.66
Hex BF EC 66 13 0 39 7 50 4E 42
Octal 277 354 146 23 0 71 7 120 116 102
Binary 10111111 11101100 1100110 10011 0 111001 111 1010000 1001110 1000010

Color Harmonies of #BFEC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC66

Black with #BFEC66

Text Example


Text Example

White with #BFEC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC66; }

 p { color: rgb(191,236,102); }

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

background-color css

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

 a { background-color: rgb(191,236,102); }

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

border-color css

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

 span { border-color: rgb(191,236,102); }

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