Html Css Color HEX #BCF64C Conifer

📋 copy color: '#BCF64C'

red 188 ◦ green 246 ◦ blue 76

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

Shades of Conifer #BCF64C

Tints of Conifer #BCF64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 36.86%
G = 48.24%
B = 14.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#BCF64C (or 0xBCF64C) is known color: Conifer. HEX triplet: BC, F6 and 4C. RGB value is (188,246,76). Sum of RGB (Red+Green+Blue) = 188+246+76=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF64C is #4309B3. Grayscale: #D1D1D1. Windows color (decimal): -4393396 or 5043900. OLE color: 5043900.

HSL color Cylindrical-coordinate representation of color #BCF64C: hue angle of 80.47º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF64C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 76 -
CMYK 0.24 0 0.69 0.04
HSL 80.47º 0.9% 0.63% -
HSV(B) 80.47º 0.69% 0.96% -
XYZ 55 77.12 18.83 -
YUV 209.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 188 246 76 0.24 0 0.69 0.04 80.47 0.9 0.63
Hex BC F6 4C 18 0 45 4 50 5A 3F
Octal 274 366 114 30 0 105 4 120 132 77
Binary 10111100 11110110 1001100 11000 0 1000101 100 1010000 1011010 111111

Color Harmonies of #BCF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF64C

Black with #BCF64C

Text Example


Text Example

White with #BCF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF64C; }

 p { color: rgb(188,246,76); }

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

background-color css

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

 a { background-color: rgb(188,246,76); }

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

border-color css

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

 span { border-color: rgb(188,246,76); }

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