Html Css Color HEX #BCEF66 Sulu

📋 copy color: '#BCEF66'

red 188 ◦ green 239 ◦ blue 102

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

Shades of Sulu #BCEF66

Tints of Sulu #BCEF66

RGB

 RED value IS 188 (73.83% from 255) = 35.54%

 GREEN value IS 239 (93.75% from 255) = 45.18%

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

R = 35.54%
G = 45.18%
B = 19.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#BCEF66 (or 0xBCEF66) is known color: Sulu. HEX triplet: BC, EF and 66. RGB value is (188,239,102). Sum of RGB (Red+Green+Blue) = 188+239+102=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF66 is #431099. Grayscale: #D0D0D0. Windows color (decimal): -4395162 or 6746044. OLE color: 6746044.

HSL color Cylindrical-coordinate representation of color #BCEF66: hue angle of 82.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEF66 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 102 -
CMYK 0.21 0 0.57 0.06
HSL 82.34º 0.81% 0.67% -
HSV(B) 82.34º 0.57% 0.94% -
XYZ 54 73.38 23.89 -
YUV 208.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 188 239 102 0.21 0 0.57 0.06 82.34 0.81 0.67
Hex BC EF 66 15 0 39 6 52 51 43
Octal 274 357 146 25 0 71 6 122 121 103
Binary 10111100 11101111 1100110 10101 0 111001 110 1010010 1010001 1000011

Color Harmonies of #BCEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF66

Black with #BCEF66

Text Example


Text Example

White with #BCEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF66; }

 p { color: rgb(188,239,102); }

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

background-color css

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

 a { background-color: rgb(188,239,102); }

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

border-color css

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

 span { border-color: rgb(188,239,102); }

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