Html Css Color HEX #C5FC52 Conifer

📋 copy color: '#C5FC52'

red 197 ◦ green 252 ◦ blue 82

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

Shades of Conifer #C5FC52

Tints of Conifer #C5FC52

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 37.1%
G = 47.46%
B = 15.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#C5FC52 (or 0xC5FC52) is known color: Conifer. HEX triplet: C5, FC and 52. RGB value is (197,252,82). Sum of RGB (Red+Green+Blue) = 197+252+82=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC52 is #3A03AD. Grayscale: #D8D8D8. Windows color (decimal): -3802030 or 5438661. OLE color: 5438661.

HSL color Cylindrical-coordinate representation of color #C5FC52: hue angle of 79.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5FC52 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 82 -
CMYK 0.22 0 0.67 0.01
HSL 79.41º 0.97% 0.65% -
HSV(B) 79.41º 0.67% 0.99% -
XYZ 59.36 82.1 20.7 -
YUV 216.18 52.28 114.32 -
System Red Green Blue C M Y K H S L
Decimal 197 252 82 0.22 0 0.67 0.01 79.41 0.97 0.65
Hex C5 FC 52 16 0 43 1 4F 61 41
Octal 305 374 122 26 0 103 1 117 141 101
Binary 11000101 11111100 1010010 10110 0 1000011 1 1001111 1100001 1000001

Color Harmonies of #C5FC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC52

Black with #C5FC52

Text Example


Text Example

White with #C5FC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC52; }

 p { color: rgb(197,252,82); }

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

background-color css

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

 a { background-color: rgb(197,252,82); }

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

border-color css

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

 span { border-color: rgb(197,252,82); }

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