Html Css Color HEX #C0F253 Conifer

📋 copy color: '#C0F253'

red 192 ◦ green 242 ◦ blue 83

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

Shades of Conifer #C0F253

Tints of Conifer #C0F253

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.81%

 BLUE value IS 83 (32.81% from 255) = 16.05%

R = 37.14%
G = 46.81%
B = 16.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#C0F253 (or 0xC0F253) is known color: Conifer. HEX triplet: C0, F2 and 53. RGB value is (192,242,83). Sum of RGB (Red+Green+Blue) = 192+242+83=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F253 is #3F0DAC. Grayscale: #D1D1D1. Windows color (decimal): -4132269 or 5501632. OLE color: 5501632.

HSL color Cylindrical-coordinate representation of color #C0F253: hue angle of 78.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0F253 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 83 -
CMYK 0.21 0 0.66 0.05
HSL 78.87º 0.86% 0.64% -
HSV(B) 78.87º 0.66% 0.95% -
XYZ 55.05 75.34 19.82 -
YUV 208.92 56.94 115.93 -
System Red Green Blue C M Y K H S L
Decimal 192 242 83 0.21 0 0.66 0.05 78.87 0.86 0.64
Hex C0 F2 53 15 0 42 5 4F 56 40
Octal 300 362 123 25 0 102 5 117 126 100
Binary 11000000 11110010 1010011 10101 0 1000010 101 1001111 1010110 1000000

Color Harmonies of #C0F253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F253

Black with #C0F253

Text Example


Text Example

White with #C0F253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F253; }

 p { color: rgb(192,242,83); }

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

background-color css

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

 a { background-color: rgb(192,242,83); }

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

border-color css

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

 span { border-color: rgb(192,242,83); }

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