Html Css Color HEX #C2DA4B Las Palmas

📋 copy color: '#C2DA4B'

red 194 ◦ green 218 ◦ blue 75

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

Shades of Las Palmas #C2DA4B

Tints of Las Palmas #C2DA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.4%

R = 39.84%
G = 44.76%
B = 15.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C2DA4B (or 0xC2DA4B) is known color: Las Palmas. HEX triplet: C2, DA and 4B. RGB value is (194,218,75). Sum of RGB (Red+Green+Blue) = 194+218+75=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA4B is #3D25B4. Grayscale: #C3C3C3. Windows color (decimal): -4007349 or 4971202. OLE color: 4971202.

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

Color convert

RGB 194 218 75 -
CMYK 0.11 0 0.66 0.15
HSL 70.07º 0.66% 0.57% -
HSV(B) 70.07º 0.66% 0.85% -
XYZ 48.59 62.12 16.09 -
YUV 194.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 194 218 75 0.11 0 0.66 0.15 70.07 0.66 0.57
Hex C2 DA 4B B 0 42 F 46 42 39
Octal 302 332 113 13 0 102 17 106 102 71
Binary 11000010 11011010 1001011 1011 0 1000010 1111 1000110 1000010 111001

Color Harmonies of #C2DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA4B

Black with #C2DA4B

Text Example


Text Example

White with #C2DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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