Html Css Color HEX #BCDF64 Conifer

📋 copy color: '#BCDF64'

red 188 ◦ green 223 ◦ blue 100

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

Shades of Conifer #BCDF64

Tints of Conifer #BCDF64

RGB

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

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

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

R = 36.79%
G = 43.64%
B = 19.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BCDF64 (or 0xBCDF64) is known color: Conifer. HEX triplet: BC, DF and 64. RGB value is (188,223,100). Sum of RGB (Red+Green+Blue) = 188+223+100=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF64 is #43209B. Grayscale: #C6C6C6. Windows color (decimal): -4399260 or 6610876. OLE color: 6610876.

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

Color convert

RGB 188 223 100 -
CMYK 0.16 0 0.55 0.13
HSL 77.07º 0.66% 0.63% -
HSV(B) 77.07º 0.55% 0.87% -
XYZ 49.43 64.39 21.88 -
YUV 198.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 188 223 100 0.16 0 0.55 0.13 77.07 0.66 0.63
Hex BC DF 64 10 0 37 D 4D 42 3F
Octal 274 337 144 20 0 67 15 115 102 77
Binary 10111100 11011111 1100100 10000 0 110111 1101 1001101 1000010 111111

Color Harmonies of #BCDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF64

Black with #BCDF64

Text Example


Text Example

White with #BCDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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