Html Css Color HEX #C2D448 Las Palmas

📋 copy color: '#C2D448'

red 194 ◦ green 212 ◦ blue 72

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

Shades of Las Palmas #C2D448

Tints of Las Palmas #C2D448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

 BLUE value IS 72 (28.52% from 255) = 15.06%

R = 40.59%
G = 44.35%
B = 15.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#C2D448 (or 0xC2D448) is known color: Las Palmas. HEX triplet: C2, D4 and 48. RGB value is (194,212,72). Sum of RGB (Red+Green+Blue) = 194+212+72=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D448 is #3D2BB7. Grayscale: #BFBFBF. Windows color (decimal): -4008888 or 4773058. OLE color: 4773058.

HSL color Cylindrical-coordinate representation of color #C2D448: hue angle of 67.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2D448 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 72 -
CMYK 0.08 0 0.66 0.17
HSL 67.71º 0.62% 0.56% -
HSV(B) 67.71º 0.66% 0.83% -
XYZ 46.96 59.02 15.05 -
YUV 190.66 61.04 130.38 -
System Red Green Blue C M Y K H S L
Decimal 194 212 72 0.08 0 0.66 0.17 67.71 0.62 0.56
Hex C2 D4 48 8 0 42 11 44 3E 38
Octal 302 324 110 10 0 102 21 104 76 70
Binary 11000010 11010100 1001000 1000 0 1000010 10001 1000100 111110 111000

Color Harmonies of #C2D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D448

Black with #C2D448

Text Example


Text Example

White with #C2D448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D448; }

 p { color: rgb(194,212,72); }

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

background-color css

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

 a { background-color: rgb(194,212,72); }

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

border-color css

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

 span { border-color: rgb(194,212,72); }

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