Html Css Color HEX #C0F95F Conifer

📋 copy color: '#C0F95F'

red 192 ◦ green 249 ◦ blue 95

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

Shades of Conifer #C0F95F

Tints of Conifer #C0F95F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.46%

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

R = 35.82%
G = 46.46%
B = 17.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C0F95F (or 0xC0F95F) is known color: Conifer. HEX triplet: C0, F9 and 5F. RGB value is (192,249,95). Sum of RGB (Red+Green+Blue) = 192+249+95=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F95F is #3F06A0. Grayscale: #D6D6D6. Windows color (decimal): -4130465 or 6289856. OLE color: 6289856.

HSL color Cylindrical-coordinate representation of color #C0F95F: hue angle of 82.21º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F95F is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 95 -
CMYK 0.23 0 0.62 0.02
HSL 82.21º 0.93% 0.67% -
HSV(B) 82.21º 0.62% 0.98% -
XYZ 57.68 79.78 23.19 -
YUV 214.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 192 249 95 0.23 0 0.62 0.02 82.21 0.93 0.67
Hex C0 F9 5F 17 0 3E 2 52 5D 43
Octal 300 371 137 27 0 76 2 122 135 103
Binary 11000000 11111001 1011111 10111 0 111110 10 1010010 1011101 1000011

Color Harmonies of #C0F95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F95F

Black with #C0F95F

Text Example


Text Example

White with #C0F95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F95F; }

 p { color: rgb(192,249,95); }

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

background-color css

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

 a { background-color: rgb(192,249,95); }

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

border-color css

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

 span { border-color: rgb(192,249,95); }

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