Html Css Color HEX #C2EF5E Conifer

📋 copy color: '#C2EF5E'

red 194 ◦ green 239 ◦ blue 94

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

Shades of Conifer #C2EF5E

Tints of Conifer #C2EF5E

RGB

 RED value IS 194 (76.17% from 255) = 36.81%

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 36.81%
G = 45.35%
B = 17.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#C2EF5E (or 0xC2EF5E) is known color: Conifer. HEX triplet: C2, EF and 5E. RGB value is (194,239,94). Sum of RGB (Red+Green+Blue) = 194+239+94=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF5E is #3D10A1. Grayscale: #D1D1D1. Windows color (decimal): -4001954 or 6221762. OLE color: 6221762.

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

Color convert

RGB 194 239 94 -
CMYK 0.19 0 0.61 0.06
HSL 78.62º 0.82% 0.65% -
HSV(B) 78.62º 0.61% 0.94% -
XYZ 55.14 74.01 21.97 -
YUV 209.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 194 239 94 0.19 0 0.61 0.06 78.62 0.82 0.65
Hex C2 EF 5E 13 0 3D 6 4F 52 41
Octal 302 357 136 23 0 75 6 117 122 101
Binary 11000010 11101111 1011110 10011 0 111101 110 1001111 1010010 1000001

Color Harmonies of #C2EF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF5E

Black with #C2EF5E

Text Example


Text Example

White with #C2EF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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