Html Css Color HEX #C2EF5F Conifer

📋 copy color: '#C2EF5F'

red 194 ◦ green 239 ◦ blue 95

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

Shades of Conifer #C2EF5F

Tints of Conifer #C2EF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 36.74%
G = 45.27%
B = 17.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#C2EF5F (or 0xC2EF5F) is known color: Conifer. HEX triplet: C2, EF and 5F. RGB value is (194,239,95). Sum of RGB (Red+Green+Blue) = 194+239+95=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF5F is #3D10A0. Grayscale: #D1D1D1. Windows color (decimal): -4001953 or 6287298. OLE color: 6287298.

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

Color convert

RGB 194 239 95 -
CMYK 0.19 0 0.60 0.06
HSL 78.75º 0.82% 0.65% -
HSV(B) 78.75º 0.6% 0.94% -
XYZ 55.18 74.03 22.21 -
YUV 209.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 194 239 95 0.19 0 0.60 0.06 78.75 0.82 0.65
Hex C2 EF 5F 13 0 3C 6 4F 52 41
Octal 302 357 137 23 0 74 6 117 122 101
Binary 11000010 11101111 1011111 10011 0 111100 110 1001111 1010010 1000001

Color Harmonies of #C2EF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF5F

Black with #C2EF5F

Text Example


Text Example

White with #C2EF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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