Html Css Color HEX #BCE64D Conifer

📋 copy color: '#BCE64D'

red 188 ◦ green 230 ◦ blue 77

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

Shades of Conifer #BCE64D

Tints of Conifer #BCE64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 37.98%
G = 46.46%
B = 15.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BCE64D (or 0xBCE64D) is known color: Conifer. HEX triplet: BC, E6 and 4D. RGB value is (188,230,77). Sum of RGB (Red+Green+Blue) = 188+230+77=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE64D is #4319B2. Grayscale: #C8C8C8. Windows color (decimal): -4397491 or 5105340. OLE color: 5105340.

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

Color convert

RGB 188 230 77 -
CMYK 0.18 0 0.67 0.10
HSL 76.47º 0.75% 0.6% -
HSV(B) 76.47º 0.67% 0.9% -
XYZ 50.38 67.82 17.46 -
YUV 200 58.59 119.44 -
System Red Green Blue C M Y K H S L
Decimal 188 230 77 0.18 0 0.67 0.10 76.47 0.75 0.6
Hex BC E6 4D 12 0 43 A 4C 4B 3C
Octal 274 346 115 22 0 103 12 114 113 74
Binary 10111100 11100110 1001101 10010 0 1000011 1010 1001100 1001011 111100

Color Harmonies of #BCE64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE64D

Black with #BCE64D

Text Example


Text Example

White with #BCE64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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