Html Css Color HEX #BCF264 Conifer

📋 copy color: '#BCF264'

red 188 ◦ green 242 ◦ blue 100

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

Shades of Conifer #BCF264

Tints of Conifer #BCF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

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

R = 35.47%
G = 45.66%
B = 18.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BCF264 (or 0xBCF264) is known color: Conifer. HEX triplet: BC, F2 and 64. RGB value is (188,242,100). Sum of RGB (Red+Green+Blue) = 188+242+100=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF264 is #430D9B. Grayscale: #D2D2D2. Windows color (decimal): -4394396 or 6615740. OLE color: 6615740.

HSL color Cylindrical-coordinate representation of color #BCF264: hue angle of 82.82º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF264 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 100 -
CMYK 0.22 0 0.59 0.05
HSL 82.82º 0.85% 0.67% -
HSV(B) 82.82º 0.59% 0.95% -
XYZ 54.79 75.12 23.67 -
YUV 209.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 188 242 100 0.22 0 0.59 0.05 82.82 0.85 0.67
Hex BC F2 64 16 0 3B 5 53 55 43
Octal 274 362 144 26 0 73 5 123 125 103
Binary 10111100 11110010 1100100 10110 0 111011 101 1010011 1010101 1000011

Color Harmonies of #BCF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF264

Black with #BCF264

Text Example


Text Example

White with #BCF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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