Html Css Color HEX #C2DA3D Las Palmas

📋 copy color: '#C2DA3D'

red 194 ◦ green 218 ◦ blue 61

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

Shades of Las Palmas #C2DA3D

Tints of Las Palmas #C2DA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 41.01%
G = 46.09%
B = 12.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#C2DA3D (or 0xC2DA3D) is known color: Las Palmas. HEX triplet: C2, DA and 3D. RGB value is (194,218,61). Sum of RGB (Red+Green+Blue) = 194+218+61=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA3D is #3D25C2. Grayscale: #C1C1C1. Windows color (decimal): -4007363 or 4053698. OLE color: 4053698.

HSL color Cylindrical-coordinate representation of color #C2DA3D: hue angle of 69.17º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2DA3D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 61 -
CMYK 0.11 0 0.72 0.15
HSL 69.17º 0.68% 0.55% -
HSV(B) 69.17º 0.72% 0.85% -
XYZ 48.16 61.95 13.83 -
YUV 192.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 194 218 61 0.11 0 0.72 0.15 69.17 0.68 0.55
Hex C2 DA 3D B 0 48 F 45 44 37
Octal 302 332 75 13 0 110 17 105 104 67
Binary 11000010 11011010 111101 1011 0 1001000 1111 1000101 1000100 110111

Color Harmonies of #C2DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA3D

Black with #C2DA3D

Text Example


Text Example

White with #C2DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA3D; }

 p { color: rgb(194,218,61); }

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

background-color css

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

 a { background-color: rgb(194,218,61); }

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

border-color css

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

 span { border-color: rgb(194,218,61); }

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