Html Css Color HEX #C0CA3D Las Palmas

📋 copy color: '#C0CA3D'

red 192 ◦ green 202 ◦ blue 61

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

Shades of Las Palmas #C0CA3D

Tints of Las Palmas #C0CA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.41%

R = 42.2%
G = 44.4%
B = 13.41%

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

#C0CA3D (or 0xC0CA3D) is known color: Las Palmas. HEX triplet: C0, CA and 3D. RGB value is (192,202,61). Sum of RGB (Red+Green+Blue) = 192+202+61=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA3D is #3F35C2. Grayscale: #B7B7B7. Windows color (decimal): -4142531 or 4049600. OLE color: 4049600.

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

Color convert

RGB 192 202 61 -
CMYK 0.05 0 0.70 0.21
HSL 64.26º 0.57% 0.52% -
HSV(B) 64.26º 0.7% 0.79% -
XYZ 43.7 53.78 12.49 -
YUV 182.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 192 202 61 0.05 0 0.70 0.21 64.26 0.57 0.52
Hex C0 CA 3D 5 0 46 15 40 39 34
Octal 300 312 75 5 0 106 25 100 71 64
Binary 11000000 11001010 111101 101 0 1000110 10101 1000000 111001 110100

Color Harmonies of #C0CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA3D

Black with #C0CA3D

Text Example


Text Example

White with #C0CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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