Html Css Color HEX #C2DF40 Las Palmas

📋 copy color: '#C2DF40'

red 194 ◦ green 223 ◦ blue 64

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

Shades of Las Palmas #C2DF40

Tints of Las Palmas #C2DF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 40.33%
G = 46.36%
B = 13.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#C2DF40 (or 0xC2DF40) is known color: Las Palmas. HEX triplet: C2, DF and 40. RGB value is (194,223,64). Sum of RGB (Red+Green+Blue) = 194+223+64=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF40 is #3D20BF. Grayscale: #C4C4C4. Windows color (decimal): -4006080 or 4251586. OLE color: 4251586.

HSL color Cylindrical-coordinate representation of color #C2DF40: hue angle of 70.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2DF40 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 64 -
CMYK 0.13 0 0.71 0.13
HSL 70.94º 0.71% 0.56% -
HSV(B) 70.94º 0.71% 0.87% -
XYZ 49.56 64.61 14.71 -
YUV 196.2 53.39 126.43 -
System Red Green Blue C M Y K H S L
Decimal 194 223 64 0.13 0 0.71 0.13 70.94 0.71 0.56
Hex C2 DF 40 D 0 47 D 47 47 38
Octal 302 337 100 15 0 107 15 107 107 70
Binary 11000010 11011111 1000000 1101 0 1000111 1101 1000111 1000111 111000

Color Harmonies of #C2DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF40

Black with #C2DF40

Text Example


Text Example

White with #C2DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF40; }

 p { color: rgb(194,223,64); }

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

background-color css

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

 a { background-color: rgb(194,223,64); }

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

border-color css

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

 span { border-color: rgb(194,223,64); }

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