Html Css Color HEX #C0CA3C Las Palmas

📋 copy color: '#C0CA3C'

red 192 ◦ green 202 ◦ blue 60

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

Shades of Las Palmas #C0CA3C

Tints of Las Palmas #C0CA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 42.29%
G = 44.49%
B = 13.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C0CA3C (or 0xC0CA3C) is known color: Las Palmas. HEX triplet: C0, CA and 3C. RGB value is (192,202,60). Sum of RGB (Red+Green+Blue) = 192+202+60=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA3C is #3F35C3. Grayscale: #B7B7B7. Windows color (decimal): -4142532 or 3984064. OLE color: 3984064.

HSL color Cylindrical-coordinate representation of color #C0CA3C: hue angle of 64.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0CA3C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 60 -
CMYK 0.05 0 0.70 0.21
HSL 64.23º 0.57% 0.51% -
HSV(B) 64.23º 0.7% 0.79% -
XYZ 43.67 53.77 12.35 -
YUV 182.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 192 202 60 0.05 0 0.70 0.21 64.23 0.57 0.51
Hex C0 CA 3C 5 0 46 15 40 39 33
Octal 300 312 74 5 0 106 25 100 71 63
Binary 11000000 11001010 111100 101 0 1000110 10101 1000000 111001 110011

Color Harmonies of #C0CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA3C

Black with #C0CA3C

Text Example


Text Example

White with #C0CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA3C; }

 p { color: rgb(192,202,60); }

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

background-color css

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

 a { background-color: rgb(192,202,60); }

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

border-color css

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

 span { border-color: rgb(192,202,60); }

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