Html Css Color HEX #C2D54C Las Palmas

📋 copy color: '#C2D54C'

red 194 ◦ green 213 ◦ blue 76

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

Shades of Las Palmas #C2D54C

Tints of Las Palmas #C2D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 76 (30.08% from 255) = 15.73%

R = 40.17%
G = 44.1%
B = 15.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#C2D54C (or 0xC2D54C) is known color: Las Palmas. HEX triplet: C2, D5 and 4C. RGB value is (194,213,76). Sum of RGB (Red+Green+Blue) = 194+213+76=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D54C is #3D2AB3. Grayscale: #C0C0C0. Windows color (decimal): -4008628 or 5035458. OLE color: 5035458.

HSL color Cylindrical-coordinate representation of color #C2D54C: hue angle of 68.32º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D54C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 76 -
CMYK 0.09 0 0.64 0.16
HSL 68.32º 0.62% 0.57% -
HSV(B) 68.32º 0.64% 0.84% -
XYZ 47.35 59.58 15.84 -
YUV 191.7 62.71 129.64 -
System Red Green Blue C M Y K H S L
Decimal 194 213 76 0.09 0 0.64 0.16 68.32 0.62 0.57
Hex C2 D5 4C 9 0 40 10 44 3E 39
Octal 302 325 114 11 0 100 20 104 76 71
Binary 11000010 11010101 1001100 1001 0 1000000 10000 1000100 111110 111001

Color Harmonies of #C2D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D54C

Black with #C2D54C

Text Example


Text Example

White with #C2D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D54C; }

 p { color: rgb(194,213,76); }

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

background-color css

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

 a { background-color: rgb(194,213,76); }

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

border-color css

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

 span { border-color: rgb(194,213,76); }

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