Html Css Color HEX #C0CF46 Celery

📋 copy color: '#C0CF46'

red 192 ◦ green 207 ◦ blue 70

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

Shades of Celery #C0CF46

Tints of Celery #C0CF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 40.94%
G = 44.14%
B = 14.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#C0CF46 (or 0xC0CF46) is known color: Celery. HEX triplet: C0, CF and 46. RGB value is (192,207,70). Sum of RGB (Red+Green+Blue) = 192+207+70=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF46 is #3F30B9. Grayscale: #BBBBBB. Windows color (decimal): -4141242 or 4640704. OLE color: 4640704.

HSL color Cylindrical-coordinate representation of color #C0CF46: hue angle of 66.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0CF46 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 70 -
CMYK 0.07 0 0.66 0.19
HSL 66.57º 0.59% 0.54% -
HSV(B) 66.57º 0.66% 0.81% -
XYZ 45.16 56.27 14.28 -
YUV 186.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 192 207 70 0.07 0 0.66 0.19 66.57 0.59 0.54
Hex C0 CF 46 7 0 42 13 43 3B 36
Octal 300 317 106 7 0 102 23 103 73 66
Binary 11000000 11001111 1000110 111 0 1000010 10011 1000011 111011 110110

Color Harmonies of #C0CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF46

Black with #C0CF46

Text Example


Text Example

White with #C0CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF46; }

 p { color: rgb(192,207,70); }

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

background-color css

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

 a { background-color: rgb(192,207,70); }

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

border-color css

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

 span { border-color: rgb(192,207,70); }

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