Html Css Color HEX #C2DE46 Las Palmas

📋 copy color: '#C2DE46'

red 194 ◦ green 222 ◦ blue 70

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

Shades of Las Palmas #C2DE46

Tints of Las Palmas #C2DE46

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 39.92%
G = 45.68%
B = 14.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#C2DE46 (or 0xC2DE46) is known color: Las Palmas. HEX triplet: C2, DE and 46. RGB value is (194,222,70). Sum of RGB (Red+Green+Blue) = 194+222+70=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE46 is #3D21B9. Grayscale: #C4C4C4. Windows color (decimal): -4006330 or 4644546. OLE color: 4644546.

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

Color convert

RGB 194 222 70 -
CMYK 0.13 0 0.68 0.13
HSL 71.05º 0.7% 0.57% -
HSV(B) 71.05º 0.68% 0.87% -
XYZ 49.47 64.15 15.57 -
YUV 196.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 194 222 70 0.13 0 0.68 0.13 71.05 0.7 0.57
Hex C2 DE 46 D 0 44 D 47 46 39
Octal 302 336 106 15 0 104 15 107 106 71
Binary 11000010 11011110 1000110 1101 0 1000100 1101 1000111 1000110 111001

Color Harmonies of #C2DE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE46

Black with #C2DE46

Text Example


Text Example

White with #C2DE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE46; }

 p { color: rgb(194,222,70); }

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

background-color css

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

 a { background-color: rgb(194,222,70); }

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

border-color css

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

 span { border-color: rgb(194,222,70); }

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