Html Css Color HEX #C2CF4A Celery

📋 copy color: '#C2CF4A'

red 194 ◦ green 207 ◦ blue 74

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

Shades of Celery #C2CF4A

Tints of Celery #C2CF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 40.84%
G = 43.58%
B = 15.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C2CF4A (or 0xC2CF4A) is known color: Celery. HEX triplet: C2, CF and 4A. RGB value is (194,207,74). Sum of RGB (Red+Green+Blue) = 194+207+74=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF4A is #3D30B5. Grayscale: #BCBCBC. Windows color (decimal): -4010166 or 4902850. OLE color: 4902850.

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

Color convert

RGB 194 207 74 -
CMYK 0.06 0 0.64 0.19
HSL 65.86º 0.58% 0.55% -
HSV(B) 65.86º 0.64% 0.81% -
XYZ 45.8 56.59 14.99 -
YUV 187.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 194 207 74 0.06 0 0.64 0.19 65.86 0.58 0.55
Hex C2 CF 4A 6 0 40 13 42 3A 37
Octal 302 317 112 6 0 100 23 102 72 67
Binary 11000010 11001111 1001010 110 0 1000000 10011 1000010 111010 110111

Color Harmonies of #C2CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF4A

Black with #C2CF4A

Text Example


Text Example

White with #C2CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF4A; }

 p { color: rgb(194,207,74); }

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

background-color css

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

 a { background-color: rgb(194,207,74); }

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

border-color css

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

 span { border-color: rgb(194,207,74); }

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