Html Css Color HEX #BCF25C Conifer

📋 copy color: '#BCF25C'

red 188 ◦ green 242 ◦ blue 92

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

Shades of Conifer #BCF25C

Tints of Conifer #BCF25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.62%

R = 36.02%
G = 46.36%
B = 17.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BCF25C (or 0xBCF25C) is known color: Conifer. HEX triplet: BC, F2 and 5C. RGB value is (188,242,92). Sum of RGB (Red+Green+Blue) = 188+242+92=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF25C is #430DA3. Grayscale: #D1D1D1. Windows color (decimal): -4394404 or 6091452. OLE color: 6091452.

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

Color convert

RGB 188 242 92 -
CMYK 0.22 0 0.62 0.05
HSL 81.6º 0.85% 0.65% -
HSV(B) 81.6º 0.62% 0.95% -
XYZ 54.42 74.97 21.73 -
YUV 208.75 62.11 113.2 -
System Red Green Blue C M Y K H S L
Decimal 188 242 92 0.22 0 0.62 0.05 81.6 0.85 0.65
Hex BC F2 5C 16 0 3E 5 52 55 41
Octal 274 362 134 26 0 76 5 122 125 101
Binary 10111100 11110010 1011100 10110 0 111110 101 1010010 1010101 1000001

Color Harmonies of #BCF25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF25C

Black with #BCF25C

Text Example


Text Example

White with #BCF25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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