Html Css Color HEX #BCEF64 Conifer

📋 copy color: '#BCEF64'

red 188 ◦ green 239 ◦ blue 100

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

Shades of Conifer #BCEF64

Tints of Conifer #BCEF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 35.67%
G = 45.35%
B = 18.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BCEF64 (or 0xBCEF64) is known color: Conifer. HEX triplet: BC, EF and 64. RGB value is (188,239,100). Sum of RGB (Red+Green+Blue) = 188+239+100=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF64 is #43109B. Grayscale: #D0D0D0. Windows color (decimal): -4395164 or 6614972. OLE color: 6614972.

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

Color convert

RGB 188 239 100 -
CMYK 0.21 0 0.58 0.06
HSL 82.01º 0.81% 0.66% -
HSV(B) 82.01º 0.58% 0.94% -
XYZ 53.91 73.34 23.37 -
YUV 207.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 188 239 100 0.21 0 0.58 0.06 82.01 0.81 0.66
Hex BC EF 64 15 0 3A 6 52 51 42
Octal 274 357 144 25 0 72 6 122 121 102
Binary 10111100 11101111 1100100 10101 0 111010 110 1010010 1010001 1000010

Color Harmonies of #BCEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF64

Black with #BCEF64

Text Example


Text Example

White with #BCEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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