Html Css Color HEX #C0FA52 Conifer

📋 copy color: '#C0FA52'

red 192 ◦ green 250 ◦ blue 82

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

Shades of Conifer #C0FA52

Tints of Conifer #C0FA52

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 36.64%
G = 47.71%
B = 15.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#C0FA52 (or 0xC0FA52) is known color: Conifer. HEX triplet: C0, FA and 52. RGB value is (192,250,82). Sum of RGB (Red+Green+Blue) = 192+250+82=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA52 is #3F05AD. Grayscale: #D6D6D6. Windows color (decimal): -4130222 or 5438144. OLE color: 5438144.

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

Color convert

RGB 192 250 82 -
CMYK 0.23 0 0.67 0.02
HSL 80.71º 0.94% 0.65% -
HSV(B) 80.71º 0.67% 0.98% -
XYZ 57.45 80.19 20.43 -
YUV 213.51 53.78 112.66 -
System Red Green Blue C M Y K H S L
Decimal 192 250 82 0.23 0 0.67 0.02 80.71 0.94 0.65
Hex C0 FA 52 17 0 43 2 51 5E 41
Octal 300 372 122 27 0 103 2 121 136 101
Binary 11000000 11111010 1010010 10111 0 1000011 10 1010001 1011110 1000001

Color Harmonies of #C0FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA52

Black with #C0FA52

Text Example


Text Example

White with #C0FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA52; }

 p { color: rgb(192,250,82); }

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

background-color css

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

 a { background-color: rgb(192,250,82); }

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

border-color css

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

 span { border-color: rgb(192,250,82); }

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