Html Css Color HEX #C2DA38 Las Palmas

📋 copy color: '#C2DA38'

red 194 ◦ green 218 ◦ blue 56

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

Shades of Las Palmas #C2DA38

Tints of Las Palmas #C2DA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 56 (22.27% from 255) = 11.97%

R = 41.45%
G = 46.58%
B = 11.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#C2DA38 (or 0xC2DA38) is known color: Las Palmas. HEX triplet: C2, DA and 38. RGB value is (194,218,56). Sum of RGB (Red+Green+Blue) = 194+218+56=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA38 is #3D25C7. Grayscale: #C0C0C0. Windows color (decimal): -4007368 or 3726018. OLE color: 3726018.

HSL color Cylindrical-coordinate representation of color #C2DA38: hue angle of 68.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2DA38 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 56 -
CMYK 0.11 0 0.74 0.15
HSL 68.89º 0.69% 0.54% -
HSV(B) 68.89º 0.74% 0.85% -
XYZ 48.03 61.9 13.16 -
YUV 192.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 194 218 56 0.11 0 0.74 0.15 68.89 0.69 0.54
Hex C2 DA 38 B 0 4A F 45 45 36
Octal 302 332 70 13 0 112 17 105 105 66
Binary 11000010 11011010 111000 1011 0 1001010 1111 1000101 1000101 110110

Color Harmonies of #C2DA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA38

Black with #C2DA38

Text Example


Text Example

White with #C2DA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA38; }

 p { color: rgb(194,218,56); }

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

background-color css

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

 a { background-color: rgb(194,218,56); }

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

border-color css

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

 span { border-color: rgb(194,218,56); }

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