Html Css Color HEX #C2D84A Las Palmas

📋 copy color: '#C2D84A'

red 194 ◦ green 216 ◦ blue 74

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

Shades of Las Palmas #C2D84A

Tints of Las Palmas #C2D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 40.08%
G = 44.63%
B = 15.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C2D84A (or 0xC2D84A) is known color: Las Palmas. HEX triplet: C2, D8 and 4A. RGB value is (194,216,74). Sum of RGB (Red+Green+Blue) = 194+216+74=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D84A is #3D27B5. Grayscale: #C1C1C1. Windows color (decimal): -4007862 or 4905154. OLE color: 4905154.

HSL color Cylindrical-coordinate representation of color #C2D84A: hue angle of 69.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2D84A is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 74 -
CMYK 0.10 0 0.66 0.15
HSL 69.3º 0.65% 0.57% -
HSV(B) 69.3º 0.66% 0.85% -
XYZ 48.04 61.08 15.74 -
YUV 193.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 194 216 74 0.10 0 0.66 0.15 69.3 0.65 0.57
Hex C2 D8 4A A 0 42 F 45 41 39
Octal 302 330 112 12 0 102 17 105 101 71
Binary 11000010 11011000 1001010 1010 0 1000010 1111 1000101 1000001 111001

Color Harmonies of #C2D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D84A

Black with #C2D84A

Text Example


Text Example

White with #C2D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D84A; }

 p { color: rgb(194,216,74); }

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

background-color css

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

 a { background-color: rgb(194,216,74); }

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

border-color css

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

 span { border-color: rgb(194,216,74); }

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