Html Css Color HEX #C0CF48 Celery

📋 copy color: '#C0CF48'

red 192 ◦ green 207 ◦ blue 72

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

Shades of Celery #C0CF48

Tints of Celery #C0CF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 40.76%
G = 43.95%
B = 15.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#C0CF48 (or 0xC0CF48) is known color: Celery. HEX triplet: C0, CF and 48. RGB value is (192,207,72). Sum of RGB (Red+Green+Blue) = 192+207+72=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CF48 is #3F30B7. Grayscale: #BBBBBB. Windows color (decimal): -4141240 or 4771776. OLE color: 4771776.

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

Color convert

RGB 192 207 72 -
CMYK 0.07 0 0.65 0.19
HSL 66.67º 0.58% 0.55% -
HSV(B) 66.67º 0.65% 0.81% -
XYZ 45.22 56.3 14.61 -
YUV 187.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 192 207 72 0.07 0 0.65 0.19 66.67 0.58 0.55
Hex C0 CF 48 7 0 41 13 43 3A 37
Octal 300 317 110 7 0 101 23 103 72 67
Binary 11000000 11001111 1001000 111 0 1000001 10011 1000011 111010 110111

Color Harmonies of #C0CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF48

Black with #C0CF48

Text Example


Text Example

White with #C0CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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