Html Css Color HEX #C2D53F Las Palmas

📋 copy color: '#C2D53F'

red 194 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #C2D53F

Tints of Las Palmas #C2D53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.4%

R = 41.28%
G = 45.32%
B = 13.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C2D53F (or 0xC2D53F) is known color: Las Palmas. HEX triplet: C2, D5 and 3F. RGB value is (194,213,63). Sum of RGB (Red+Green+Blue) = 194+213+63=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D53F is #3D2AC0. Grayscale: #BEBEBE. Windows color (decimal): -4008641 or 4183490. OLE color: 4183490.

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

Color convert

RGB 194 213 63 -
CMYK 0.09 0 0.70 0.16
HSL 67.6º 0.64% 0.54% -
HSV(B) 67.6º 0.7% 0.84% -
XYZ 46.94 59.42 13.7 -
YUV 190.22 56.21 130.7 -
System Red Green Blue C M Y K H S L
Decimal 194 213 63 0.09 0 0.70 0.16 67.6 0.64 0.54
Hex C2 D5 3F 9 0 46 10 44 40 36
Octal 302 325 77 11 0 106 20 104 100 66
Binary 11000010 11010101 111111 1001 0 1000110 10000 1000100 1000000 110110

Color Harmonies of #C2D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D53F

Black with #C2D53F

Text Example


Text Example

White with #C2D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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