Html Css Color HEX #C0F455 Conifer

📋 copy color: '#C0F455'

red 192 ◦ green 244 ◦ blue 85

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

Shades of Conifer #C0F455

Tints of Conifer #C0F455

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.83%

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

R = 36.85%
G = 46.83%
B = 16.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#C0F455 (or 0xC0F455) is known color: Conifer. HEX triplet: C0, F4 and 55. RGB value is (192,244,85). Sum of RGB (Red+Green+Blue) = 192+244+85=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F455 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F455 is #3F0BAA. Grayscale: #D2D2D2. Windows color (decimal): -4131755 or 5633216. OLE color: 5633216.

HSL color Cylindrical-coordinate representation of color #C0F455: hue angle of 79.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0F455 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 85 -
CMYK 0.21 0 0.65 0.04
HSL 79.62º 0.88% 0.65% -
HSV(B) 79.62º 0.65% 0.96% -
XYZ 55.73 76.56 20.44 -
YUV 210.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 192 244 85 0.21 0 0.65 0.04 79.62 0.88 0.65
Hex C0 F4 55 15 0 41 4 50 58 41
Octal 300 364 125 25 0 101 4 120 130 101
Binary 11000000 11110100 1010101 10101 0 1000001 100 1010000 1011000 1000001

Color Harmonies of #C0F455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F455

Black with #C0F455

Text Example


Text Example

White with #C0F455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F455; }

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

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

background-color css

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

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

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

border-color css

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

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

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