Html Css Color HEX #C2D041 Las Palmas

📋 copy color: '#C2D041'

red 194 ◦ green 208 ◦ blue 65

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

Shades of Las Palmas #C2D041

Tints of Las Palmas #C2D041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 41.54%
G = 44.54%
B = 13.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C2D041 (or 0xC2D041) is known color: Las Palmas. HEX triplet: C2, D0 and 41. RGB value is (194,208,65). Sum of RGB (Red+Green+Blue) = 194+208+65=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D041 is #3D2FBE. Grayscale: #BCBCBC. Windows color (decimal): -4009919 or 4313282. OLE color: 4313282.

HSL color Cylindrical-coordinate representation of color #C2D041: hue angle of 65.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D041 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 65 -
CMYK 0.07 0 0.69 0.18
HSL 65.87º 0.6% 0.54% -
HSV(B) 65.87º 0.69% 0.82% -
XYZ 45.76 56.96 13.58 -
YUV 187.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 194 208 65 0.07 0 0.69 0.18 65.87 0.6 0.54
Hex C2 D0 41 7 0 45 12 42 3C 36
Octal 302 320 101 7 0 105 22 102 74 66
Binary 11000010 11010000 1000001 111 0 1000101 10010 1000010 111100 110110

Color Harmonies of #C2D041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D041

Black with #C2D041

Text Example


Text Example

White with #C2D041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D041; }

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

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

background-color css

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

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

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

border-color css

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

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

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