Html Css Color HEX #C0CE4B Celery

📋 copy color: '#C0CE4B'

red 192 ◦ green 206 ◦ blue 75

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

Shades of Celery #C0CE4B

Tints of Celery #C0CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 40.59%
G = 43.55%
B = 15.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C0CE4B (or 0xC0CE4B) is known color: Celery. HEX triplet: C0, CE and 4B. RGB value is (192,206,75). Sum of RGB (Red+Green+Blue) = 192+206+75=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE4B is #3F31B4. Grayscale: #BBBBBB. Windows color (decimal): -4141493 or 4968128. OLE color: 4968128.

HSL color Cylindrical-coordinate representation of color #C0CE4B: hue angle of 66.41º degrees, saturation: 0.57, 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 #C0CE4B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 75 -
CMYK 0.07 0 0.64 0.19
HSL 66.41º 0.57% 0.55% -
HSV(B) 66.41º 0.64% 0.81% -
XYZ 45.08 55.86 15.06 -
YUV 186.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 192 206 75 0.07 0 0.64 0.19 66.41 0.57 0.55
Hex C0 CE 4B 7 0 40 13 42 39 37
Octal 300 316 113 7 0 100 23 102 71 67
Binary 11000000 11001110 1001011 111 0 1000000 10011 1000010 111001 110111

Color Harmonies of #C0CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE4B

Black with #C0CE4B

Text Example


Text Example

White with #C0CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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