#C2EF4B

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

Shades of Conifer #C2EF4B

Tints of Conifer #C2EF4B

Color information

#C2EF4B (or 0xC2EF4B) is unknown color: approx Conifer. HEX triplet: C2, EF and 4B. RGB value is (194,239,75). Sum of RGB (Red+Green+Blue) = 194+239+75=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EF4B is #3D10B4. Grayscale: #CFCFCF. Windows color (decimal): -4001973 or 4976578. OLE color: 4976578.

HSL color Cylindrical-coordinate representation of color #C2EF4B: hue angle of 76.46º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2EF4B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB19423975-
CMYK0.1900.690.06
HSL76.46º83.67%61.57%-
HSV(B)76.46º68.62%93.73%-
XYZ54.3873.7118.02-
YUV206.8553.59118.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 75 (29.69% from 255) = 14.76%
R=38.19%
G=47.05%
B=14.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194239750.1900.690.0676.4683.6761.57
HexC2EF4B1304564c543e
Octal302357113230105611412476
Binary11000010111011111001011100110100010111010011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EF4B; }

 p { color: rgb(194,239,75); }

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

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

 a { background-color: rgb(194,239,75); }

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

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

 span { border-color: rgb(194,239,75); }

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