Html Css Color HEX #C1F152 Conifer

📋 copy color: '#C1F152'

red 193 ◦ green 241 ◦ blue 82

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

Shades of Conifer #C1F152

Tints of Conifer #C1F152

RGB

 RED value IS 193 (75.78% from 255) = 37.4%

 GREEN value IS 241 (94.53% from 255) = 46.71%

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

R = 37.4%
G = 46.71%
B = 15.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#C1F152 (or 0xC1F152) is known color: Conifer. HEX triplet: C1, F1 and 52. RGB value is (193,241,82). Sum of RGB (Red+Green+Blue) = 193+241+82=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F152 is #3E0EAD. Grayscale: #D1D1D1. Windows color (decimal): -4066990 or 5435841. OLE color: 5435841.

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

Color convert

RGB 193 241 82 -
CMYK 0.20 0 0.66 0.05
HSL 78.11º 0.85% 0.63% -
HSV(B) 78.11º 0.66% 0.95% -
XYZ 54.97 74.86 19.53 -
YUV 208.52 56.6 116.93 -
System Red Green Blue C M Y K H S L
Decimal 193 241 82 0.20 0 0.66 0.05 78.11 0.85 0.63
Hex C1 F1 52 14 0 42 5 4E 55 3F
Octal 301 361 122 24 0 102 5 116 125 77
Binary 11000001 11110001 1010010 10100 0 1000010 101 1001110 1010101 111111

Color Harmonies of #C1F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F152

Black with #C1F152

Text Example


Text Example

White with #C1F152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F152; }

 p { color: rgb(193,241,82); }

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

background-color css

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

 a { background-color: rgb(193,241,82); }

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

border-color css

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

 span { border-color: rgb(193,241,82); }

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