Html Css Color HEX #BCE64F Conifer

📋 copy color: '#BCE64F'

red 188 ◦ green 230 ◦ blue 79

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

Shades of Conifer #BCE64F

Tints of Conifer #BCE64F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

 BLUE value IS 79 (31.25% from 255) = 15.9%

R = 37.83%
G = 46.28%
B = 15.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#BCE64F (or 0xBCE64F) is known color: Conifer. HEX triplet: BC, E6 and 4F. RGB value is (188,230,79). Sum of RGB (Red+Green+Blue) = 188+230+79=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE64F is #4319B0. Grayscale: #C8C8C8. Windows color (decimal): -4397489 or 5236412. OLE color: 5236412.

HSL color Cylindrical-coordinate representation of color #BCE64F: hue angle of 76.69º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE64F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 79 -
CMYK 0.18 0 0.66 0.10
HSL 76.69º 0.75% 0.61% -
HSV(B) 76.69º 0.66% 0.9% -
XYZ 50.45 67.85 17.83 -
YUV 200.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 188 230 79 0.18 0 0.66 0.10 76.69 0.75 0.61
Hex BC E6 4F 12 0 42 A 4D 4B 3D
Octal 274 346 117 22 0 102 12 115 113 75
Binary 10111100 11100110 1001111 10010 0 1000010 1010 1001101 1001011 111101

Color Harmonies of #BCE64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE64F

Black with #BCE64F

Text Example


Text Example

White with #BCE64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE64F; }

 p { color: rgb(188,230,79); }

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

background-color css

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

 a { background-color: rgb(188,230,79); }

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

border-color css

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

 span { border-color: rgb(188,230,79); }

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