Html Css Color HEX #C4F25F Conifer

📋 copy color: '#C4F25F'

red 196 ◦ green 242 ◦ blue 95

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

Shades of Conifer #C4F25F

Tints of Conifer #C4F25F

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

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

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 36.77%
G = 45.4%
B = 17.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#C4F25F (or 0xC4F25F) is known color: Conifer. HEX triplet: C4, F2 and 5F. RGB value is (196,242,95). Sum of RGB (Red+Green+Blue) = 196+242+95=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F25F is #3B0DA0. Grayscale: #D4D4D4. Windows color (decimal): -3870113 or 6288068. OLE color: 6288068.

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

Color convert

RGB 196 242 95 -
CMYK 0.19 0 0.61 0.05
HSL 78.78º 0.85% 0.66% -
HSV(B) 78.78º 0.61% 0.95% -
XYZ 56.58 76.07 22.53 -
YUV 211.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 196 242 95 0.19 0 0.61 0.05 78.78 0.85 0.66
Hex C4 F2 5F 13 0 3D 5 4F 55 42
Octal 304 362 137 23 0 75 5 117 125 102
Binary 11000100 11110010 1011111 10011 0 111101 101 1001111 1010101 1000010

Color Harmonies of #C4F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F25F

Black with #C4F25F

Text Example


Text Example

White with #C4F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F25F; }

 p { color: rgb(196,242,95); }

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

background-color css

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

 a { background-color: rgb(196,242,95); }

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

border-color css

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

 span { border-color: rgb(196,242,95); }

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