Html Css Color HEX #C0E655 Conifer

📋 copy color: '#C0E655'

red 192 ◦ green 230 ◦ blue 85

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

Shades of Conifer #C0E655

Tints of Conifer #C0E655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.36%

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 37.87%
G = 45.36%
B = 16.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#C0E655 (or 0xC0E655) is known color: Conifer. HEX triplet: C0, E6 and 55. RGB value is (192,230,85). Sum of RGB (Red+Green+Blue) = 192+230+85=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E655 is #3F19AA. Grayscale: #CACACA. Windows color (decimal): -4135339 or 5629632. OLE color: 5629632.

HSL color Cylindrical-coordinate representation of color #C0E655: hue angle of 75.72º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0E655 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 85 -
CMYK 0.17 0 0.63 0.10
HSL 75.72º 0.74% 0.62% -
HSV(B) 75.72º 0.63% 0.9% -
XYZ 51.67 68.46 19.08 -
YUV 202.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 192 230 85 0.17 0 0.63 0.10 75.72 0.74 0.62
Hex C0 E6 55 11 0 3F A 4C 4A 3E
Octal 300 346 125 21 0 77 12 114 112 76
Binary 11000000 11100110 1010101 10001 0 111111 1010 1001100 1001010 111110

Color Harmonies of #C0E655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E655

Black with #C0E655

Text Example


Text Example

White with #C0E655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E655; }

 p { color: rgb(192,230,85); }

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

background-color css

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

 a { background-color: rgb(192,230,85); }

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

border-color css

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

 span { border-color: rgb(192,230,85); }

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