Html Css Color HEX #C2DC3B Las Palmas

📋 copy color: '#C2DC3B'

red 194 ◦ green 220 ◦ blue 59

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

Shades of Las Palmas #C2DC3B

Tints of Las Palmas #C2DC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 41.01%
G = 46.51%
B = 12.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#C2DC3B (or 0xC2DC3B) is known color: Las Palmas. HEX triplet: C2, DC and 3B. RGB value is (194,220,59). Sum of RGB (Red+Green+Blue) = 194+220+59=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DC3B is #3D23C4. Grayscale: #C2C2C2. Windows color (decimal): -4006853 or 3923138. OLE color: 3923138.

HSL color Cylindrical-coordinate representation of color #C2DC3B: hue angle of 69.69º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2DC3B is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 59 -
CMYK 0.12 0 0.73 0.14
HSL 69.69º 0.7% 0.55% -
HSV(B) 69.69º 0.73% 0.86% -
XYZ 48.63 62.97 13.73 -
YUV 193.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 194 220 59 0.12 0 0.73 0.14 69.69 0.7 0.55
Hex C2 DC 3B C 0 49 E 46 46 37
Octal 302 334 73 14 0 111 16 106 106 67
Binary 11000010 11011100 111011 1100 0 1001001 1110 1000110 1000110 110111

Color Harmonies of #C2DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC3B

Black with #C2DC3B

Text Example


Text Example

White with #C2DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC3B; }

 p { color: rgb(194,220,59); }

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

background-color css

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

 a { background-color: rgb(194,220,59); }

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

border-color css

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

 span { border-color: rgb(194,220,59); }

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