Html Css Color HEX #C0E962 Conifer

📋 copy color: '#C0E962'

red 192 ◦ green 233 ◦ blue 98

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

Shades of Conifer #C0E962

Tints of Conifer #C0E962

RGB

 RED value IS 192 (75.39% from 255) = 36.71%

 GREEN value IS 233 (91.41% from 255) = 44.55%

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 36.71%
G = 44.55%
B = 18.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#C0E962 (or 0xC0E962) is known color: Conifer. HEX triplet: C0, E9 and 62. RGB value is (192,233,98). Sum of RGB (Red+Green+Blue) = 192+233+98=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E962 is #3F169D. Grayscale: #CDCDCD. Windows color (decimal): -4134558 or 6482368. OLE color: 6482368.

HSL color Cylindrical-coordinate representation of color #C0E962: hue angle of 78.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E962 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 98 -
CMYK 0.18 0 0.58 0.09
HSL 78.22º 0.75% 0.65% -
HSV(B) 78.22º 0.58% 0.91% -
XYZ 53.08 70.37 22.34 -
YUV 205.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 192 233 98 0.18 0 0.58 0.09 78.22 0.75 0.65
Hex C0 E9 62 12 0 3A 9 4E 4B 41
Octal 300 351 142 22 0 72 11 116 113 101
Binary 11000000 11101001 1100010 10010 0 111010 1001 1001110 1001011 1000001

Color Harmonies of #C0E962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E962

Black with #C0E962

Text Example


Text Example

White with #C0E962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E962; }

 p { color: rgb(192,233,98); }

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

background-color css

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

 a { background-color: rgb(192,233,98); }

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

border-color css

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

 span { border-color: rgb(192,233,98); }

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