Html Css Color HEX #C5F25D Conifer

📋 copy color: '#C5F25D'

red 197 ◦ green 242 ◦ blue 93

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

Shades of Conifer #C5F25D

Tints of Conifer #C5F25D

RGB

 RED value IS 197 (77.34% from 255) = 37.03%

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

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 37.03%
G = 45.49%
B = 17.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#C5F25D (or 0xC5F25D) is known color: Conifer. HEX triplet: C5, F2 and 5D. RGB value is (197,242,93). Sum of RGB (Red+Green+Blue) = 197+242+93=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F25D is #3A0DA2. Grayscale: #D4D4D4. Windows color (decimal): -3804579 or 6156997. OLE color: 6156997.

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

Color convert

RGB 197 242 93 -
CMYK 0.19 0 0.62 0.05
HSL 78.12º 0.85% 0.66% -
HSV(B) 78.12º 0.62% 0.95% -
XYZ 56.75 76.16 22.07 -
YUV 211.56 61.09 117.62 -
System Red Green Blue C M Y K H S L
Decimal 197 242 93 0.19 0 0.62 0.05 78.12 0.85 0.66
Hex C5 F2 5D 13 0 3E 5 4E 55 42
Octal 305 362 135 23 0 76 5 116 125 102
Binary 11000101 11110010 1011101 10011 0 111110 101 1001110 1010101 1000010

Color Harmonies of #C5F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F25D

Black with #C5F25D

Text Example


Text Example

White with #C5F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F25D; }

 p { color: rgb(197,242,93); }

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

background-color css

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

 a { background-color: rgb(197,242,93); }

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

border-color css

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

 span { border-color: rgb(197,242,93); }

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