Html Css Color HEX #C2CC4D Celery

📋 copy color: '#C2CC4D'

red 194 ◦ green 204 ◦ blue 77

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

Shades of Celery #C2CC4D

Tints of Celery #C2CC4D

RGB

 RED value IS 194 (76.17% from 255) = 40.84%

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 40.84%
G = 42.95%
B = 16.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#C2CC4D (or 0xC2CC4D) is known color: Celery. HEX triplet: C2, CC and 4D. RGB value is (194,204,77). Sum of RGB (Red+Green+Blue) = 194+204+77=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC4D is #3D33B2. Grayscale: #BBBBBB. Windows color (decimal): -4010931 or 5098690. OLE color: 5098690.

HSL color Cylindrical-coordinate representation of color #C2CC4D: hue angle of 64.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2CC4D is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 77 -
CMYK 0.05 0 0.62 0.2
HSL 64.72º 0.55% 0.55% -
HSV(B) 64.72º 0.62% 0.8% -
XYZ 45.18 55.19 15.29 -
YUV 186.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 194 204 77 0.05 0 0.62 0.2 64.72 0.55 0.55
Hex C2 CC 4D 5 0 3E 14 41 37 37
Octal 302 314 115 5 0 76 24 101 67 67
Binary 11000010 11001100 1001101 101 0 111110 10100 1000001 110111 110111

Color Harmonies of #C2CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC4D

Black with #C2CC4D

Text Example


Text Example

White with #C2CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC4D; }

 p { color: rgb(194,204,77); }

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

background-color css

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

 a { background-color: rgb(194,204,77); }

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

border-color css

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

 span { border-color: rgb(194,204,77); }

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