Html Css Color HEX #C2D94A Las Palmas

📋 copy color: '#C2D94A'

red 194 ◦ green 217 ◦ blue 74

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

Shades of Las Palmas #C2D94A

Tints of Las Palmas #C2D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

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

R = 40%
G = 44.74%
B = 15.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C2D94A (or 0xC2D94A) is known color: Las Palmas. HEX triplet: C2, D9 and 4A. RGB value is (194,217,74). Sum of RGB (Red+Green+Blue) = 194+217+74=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D94A is #3D26B5. Grayscale: #C2C2C2. Windows color (decimal): -4007606 or 4905410. OLE color: 4905410.

HSL color Cylindrical-coordinate representation of color #C2D94A: hue angle of 69.65º 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 #C2D94A is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 74 -
CMYK 0.11 0 0.66 0.15
HSL 69.65º 0.65% 0.57% -
HSV(B) 69.65º 0.66% 0.85% -
XYZ 48.3 61.59 15.82 -
YUV 193.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 194 217 74 0.11 0 0.66 0.15 69.65 0.65 0.57
Hex C2 D9 4A B 0 42 F 46 41 39
Octal 302 331 112 13 0 102 17 106 101 71
Binary 11000010 11011001 1001010 1011 0 1000010 1111 1000110 1000001 111001

Color Harmonies of #C2D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D94A

Black with #C2D94A

Text Example


Text Example

White with #C2D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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