#C1ED45

Color #C1ED45 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C1ED45

Tints of Conifer #C1ED45

Color information

#C1ED45 (or 0xC1ED45) is unknown color: approx Conifer. HEX triplet: C1, ED and 45. RGB value is (193,237,69). Sum of RGB (Red+Green+Blue) = 193+237+69=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1ED45 is #3E12BA. Grayscale: #CDCDCD. Windows color (decimal): -4068027 or 4582849. OLE color: 4582849.

HSL color Cylindrical-coordinate representation of color #C1ED45: hue angle of 75.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1ED45 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB19323769-
CMYK0.1900.710.07
HSL75.71º82.35%60%-
HSV(B)75.71º70.89%92.94%-
XYZ53.3572.3416.78-
YUV204.6951.42119.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=38.68%
G=47.49%
B=13.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal193237690.1900.710.0775.7182.3560
HexC1ED451304774c523c
Octal301355105230107711412274
Binary11000001111011011000101100110100011111110011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ED45; }

 p { color: rgb(193,237,69); }

 H1.HeaderClassName
 {
   color: #C1ED45;
 }
 .AnyTagClassName
 {
   color: #C1ED45;
 }
</style>
background-color css

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

 a { background-color: rgb(193,237,69); }

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

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

 span { border-color: rgb(193,237,69); }

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