Html Css Color HEX #C2D04B Celery

📋 copy color: '#C2D04B'

red 194 ◦ green 208 ◦ blue 75

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

Shades of Celery #C2D04B

Tints of Celery #C2D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 40.67%
G = 43.61%
B = 15.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C2D04B (or 0xC2D04B) is known color: Celery. HEX triplet: C2, D0 and 4B. RGB value is (194,208,75). Sum of RGB (Red+Green+Blue) = 194+208+75=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D04B is #3D2FB4. Grayscale: #BDBDBD. Windows color (decimal): -4009909 or 4968642. OLE color: 4968642.

HSL color Cylindrical-coordinate representation of color #C2D04B: hue angle of 66.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D04B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 75 -
CMYK 0.07 0 0.64 0.18
HSL 66.32º 0.59% 0.55% -
HSV(B) 66.32º 0.64% 0.82% -
XYZ 46.07 57.09 15.25 -
YUV 188.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 194 208 75 0.07 0 0.64 0.18 66.32 0.59 0.55
Hex C2 D0 4B 7 0 40 12 42 3B 37
Octal 302 320 113 7 0 100 22 102 73 67
Binary 11000010 11010000 1001011 111 0 1000000 10010 1000010 111011 110111

Color Harmonies of #C2D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D04B

Black with #C2D04B

Text Example


Text Example

White with #C2D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D04B; }

 p { color: rgb(194,208,75); }

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

background-color css

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

 a { background-color: rgb(194,208,75); }

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

border-color css

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

 span { border-color: rgb(194,208,75); }

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