Html Css Color HEX #C2EC4B Conifer

📋 copy color: '#C2EC4B'

red 194 ◦ green 236 ◦ blue 75

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

Shades of Conifer #C2EC4B

Tints of Conifer #C2EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

 BLUE value IS 75 (29.69% from 255) = 14.85%

R = 38.42%
G = 46.73%
B = 14.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#C2EC4B (or 0xC2EC4B) is known color: Conifer. HEX triplet: C2, EC and 4B. RGB value is (194,236,75). Sum of RGB (Red+Green+Blue) = 194+236+75=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC4B is #3D13B4. Grayscale: #CDCDCD. Windows color (decimal): -4002741 or 4975810. OLE color: 4975810.

HSL color Cylindrical-coordinate representation of color #C2EC4B: hue angle of 75.65º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2EC4B is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 236 75 -
CMYK 0.18 0 0.68 0.07
HSL 75.65º 0.81% 0.61% -
HSV(B) 75.65º 0.68% 0.93% -
XYZ 53.51 71.97 17.73 -
YUV 205.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 194 236 75 0.18 0 0.68 0.07 75.65 0.81 0.61
Hex C2 EC 4B 12 0 44 7 4C 51 3D
Octal 302 354 113 22 0 104 7 114 121 75
Binary 11000010 11101100 1001011 10010 0 1000100 111 1001100 1010001 111101

Color Harmonies of #C2EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EC4B

Black with #C2EC4B

Text Example


Text Example

White with #C2EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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