Html Css Color HEX #C2DA3F Las Palmas

📋 copy color: '#C2DA3F'

red 194 ◦ green 218 ◦ blue 63

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

Shades of Las Palmas #C2DA3F

Tints of Las Palmas #C2DA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

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

R = 40.84%
G = 45.89%
B = 13.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#C2DA3F (or 0xC2DA3F) is known color: Las Palmas. HEX triplet: C2, DA and 3F. RGB value is (194,218,63). Sum of RGB (Red+Green+Blue) = 194+218+63=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA3F is #3D25C0. Grayscale: #C1C1C1. Windows color (decimal): -4007361 or 4184770. OLE color: 4184770.

HSL color Cylindrical-coordinate representation of color #C2DA3F: hue angle of 69.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2DA3F is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 63 -
CMYK 0.11 0 0.71 0.15
HSL 69.29º 0.68% 0.55% -
HSV(B) 69.29º 0.71% 0.85% -
XYZ 48.22 61.97 14.12 -
YUV 193.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 194 218 63 0.11 0 0.71 0.15 69.29 0.68 0.55
Hex C2 DA 3F B 0 47 F 45 44 37
Octal 302 332 77 13 0 107 17 105 104 67
Binary 11000010 11011010 111111 1011 0 1000111 1111 1000101 1000100 110111

Color Harmonies of #C2DA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA3F

Black with #C2DA3F

Text Example


Text Example

White with #C2DA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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