Html Css Color HEX #C2D748 Las Palmas

📋 copy color: '#C2D748'

red 194 ◦ green 215 ◦ blue 72

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

Shades of Las Palmas #C2D748

Tints of Las Palmas #C2D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

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

R = 40.33%
G = 44.7%
B = 14.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#C2D748 (or 0xC2D748) is known color: Las Palmas. HEX triplet: C2, D7 and 48. RGB value is (194,215,72). Sum of RGB (Red+Green+Blue) = 194+215+72=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D748 is #3D28B7. Grayscale: #C0C0C0. Windows color (decimal): -4008120 or 4773826. OLE color: 4773826.

HSL color Cylindrical-coordinate representation of color #C2D748: hue angle of 68.81º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2D748 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 72 -
CMYK 0.10 0 0.67 0.16
HSL 68.81º 0.64% 0.56% -
HSV(B) 68.81º 0.67% 0.84% -
XYZ 47.72 60.54 15.3 -
YUV 192.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 194 215 72 0.10 0 0.67 0.16 68.81 0.64 0.56
Hex C2 D7 48 A 0 43 10 45 40 38
Octal 302 327 110 12 0 103 20 105 100 70
Binary 11000010 11010111 1001000 1010 0 1000011 10000 1000101 1000000 111000

Color Harmonies of #C2D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D748

Black with #C2D748

Text Example


Text Example

White with #C2D748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D748; }

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

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

background-color css

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

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

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

border-color css

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

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

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