Html Css Color HEX #BCEF40 Conifer

📋 copy color: '#BCEF40'

red 188 ◦ green 239 ◦ blue 64

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

Shades of Conifer #BCEF40

Tints of Conifer #BCEF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 38.29%
G = 48.68%
B = 13.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#BCEF40 (or 0xBCEF40) is known color: Conifer. HEX triplet: BC, EF and 40. RGB value is (188,239,64). Sum of RGB (Red+Green+Blue) = 188+239+64=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF40 is #4310BF. Grayscale: #CCCCCC. Windows color (decimal): -4395200 or 4255676. OLE color: 4255676.

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

Color convert

RGB 188 239 64 -
CMYK 0.21 0 0.73 0.06
HSL 77.49º 0.85% 0.59% -
HSV(B) 77.49º 0.73% 0.94% -
XYZ 52.53 72.79 16.13 -
YUV 203.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 188 239 64 0.21 0 0.73 0.06 77.49 0.85 0.59
Hex BC EF 40 15 0 49 6 4D 55 3B
Octal 274 357 100 25 0 111 6 115 125 73
Binary 10111100 11101111 1000000 10101 0 1001001 110 1001101 1010101 111011

Color Harmonies of #BCEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF40

Black with #BCEF40

Text Example


Text Example

White with #BCEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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