Html Css Color HEX #C2DA35 Las Palmas

📋 copy color: '#C2DA35'

red 194 ◦ green 218 ◦ blue 53

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

Shades of Las Palmas #C2DA35

Tints of Las Palmas #C2DA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.4%

R = 41.72%
G = 46.88%
B = 11.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#C2DA35 (or 0xC2DA35) is known color: Las Palmas. HEX triplet: C2, DA and 35. RGB value is (194,218,53). Sum of RGB (Red+Green+Blue) = 194+218+53=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA35 is #3D25CA. Grayscale: #C0C0C0. Windows color (decimal): -4007371 or 3529410. OLE color: 3529410.

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

Color convert

RGB 194 218 53 -
CMYK 0.11 0 0.76 0.15
HSL 68.73º 0.69% 0.53% -
HSV(B) 68.73º 0.76% 0.85% -
XYZ 47.96 61.87 12.78 -
YUV 192.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 194 218 53 0.11 0 0.76 0.15 68.73 0.69 0.53
Hex C2 DA 35 B 0 4C F 45 45 35
Octal 302 332 65 13 0 114 17 105 105 65
Binary 11000010 11011010 110101 1011 0 1001100 1111 1000101 1000101 110101

Color Harmonies of #C2DA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA35

Black with #C2DA35

Text Example


Text Example

White with #C2DA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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