Html Css Color HEX #C0CC4B Celery

📋 copy color: '#C0CC4B'

red 192 ◦ green 204 ◦ blue 75

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

Shades of Celery #C0CC4B

Tints of Celery #C0CC4B

RGB

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

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

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

R = 40.76%
G = 43.31%
B = 15.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#C0CC4B (or 0xC0CC4B) is known color: Celery. HEX triplet: C0, CC and 4B. RGB value is (192,204,75). Sum of RGB (Red+Green+Blue) = 192+204+75=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC4B is #3F33B4. Grayscale: #BABABA. Windows color (decimal): -4142005 or 4967616. OLE color: 4967616.

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

Color convert

RGB 192 204 75 -
CMYK 0.06 0 0.63 0.2
HSL 65.58º 0.56% 0.55% -
HSV(B) 65.58º 0.63% 0.8% -
XYZ 44.6 54.9 14.9 -
YUV 185.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 192 204 75 0.06 0 0.63 0.2 65.58 0.56 0.55
Hex C0 CC 4B 6 0 3F 14 42 38 37
Octal 300 314 113 6 0 77 24 102 70 67
Binary 11000000 11001100 1001011 110 0 111111 10100 1000010 111000 110111

Color Harmonies of #C0CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC4B

Black with #C0CC4B

Text Example


Text Example

White with #C0CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC4B; }

 p { color: rgb(192,204,75); }

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

background-color css

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

 a { background-color: rgb(192,204,75); }

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

border-color css

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

 span { border-color: rgb(192,204,75); }

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