Html Css Color HEX #C2CD41 Las Palmas

📋 copy color: '#C2CD41'

red 194 ◦ green 205 ◦ blue 65

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

Shades of Las Palmas #C2CD41

Tints of Las Palmas #C2CD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 65 (25.78% from 255) = 14.01%

R = 41.81%
G = 44.18%
B = 14.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#C2CD41 (or 0xC2CD41) is known color: Las Palmas. HEX triplet: C2, CD and 41. RGB value is (194,205,65). Sum of RGB (Red+Green+Blue) = 194+205+65=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD41 is #3D32BE. Grayscale: #BABABA. Windows color (decimal): -4010687 or 4312514. OLE color: 4312514.

HSL color Cylindrical-coordinate representation of color #C2CD41: hue angle of 64.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2CD41 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 65 -
CMYK 0.05 0 0.68 0.20
HSL 64.71º 0.58% 0.53% -
HSV(B) 64.71º 0.68% 0.8% -
XYZ 45.03 55.51 13.34 -
YUV 185.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 194 205 65 0.05 0 0.68 0.20 64.71 0.58 0.53
Hex C2 CD 41 5 0 44 14 41 3A 35
Octal 302 315 101 5 0 104 24 101 72 65
Binary 11000010 11001101 1000001 101 0 1000100 10100 1000001 111010 110101

Color Harmonies of #C2CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD41

Black with #C2CD41

Text Example


Text Example

White with #C2CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD41; }

 p { color: rgb(194,205,65); }

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

background-color css

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

 a { background-color: rgb(194,205,65); }

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

border-color css

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

 span { border-color: rgb(194,205,65); }

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