Html Css Color HEX #BCDF60 Conifer

📋 copy color: '#BCDF60'

red 188 ◦ green 223 ◦ blue 96

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

Shades of Conifer #BCDF60

Tints of Conifer #BCDF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 37.08%
G = 43.98%
B = 18.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BCDF60 (or 0xBCDF60) is known color: Conifer. HEX triplet: BC, DF and 60. RGB value is (188,223,96). Sum of RGB (Red+Green+Blue) = 188+223+96=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF60 is #43209F. Grayscale: #C6C6C6. Windows color (decimal): -4399264 or 6348732. OLE color: 6348732.

HSL color Cylindrical-coordinate representation of color #BCDF60: hue angle of 76.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDF60 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 96 -
CMYK 0.16 0 0.57 0.13
HSL 76.54º 0.66% 0.63% -
HSV(B) 76.54º 0.57% 0.87% -
XYZ 49.24 64.31 20.88 -
YUV 198.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 188 223 96 0.16 0 0.57 0.13 76.54 0.66 0.63
Hex BC DF 60 10 0 39 D 4D 42 3F
Octal 274 337 140 20 0 71 15 115 102 77
Binary 10111100 11011111 1100000 10000 0 111001 1101 1001101 1000010 111111

Color Harmonies of #BCDF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF60

Black with #BCDF60

Text Example


Text Example

White with #BCDF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF60; }

 p { color: rgb(188,223,96); }

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

background-color css

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

 a { background-color: rgb(188,223,96); }

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

border-color css

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

 span { border-color: rgb(188,223,96); }

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