Html Css Color HEX #C2D84B Las Palmas

📋 copy color: '#C2D84B'

red 194 ◦ green 216 ◦ blue 75

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

Shades of Las Palmas #C2D84B

Tints of Las Palmas #C2D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

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

R = 40%
G = 44.54%
B = 15.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C2D84B (or 0xC2D84B) is known color: Las Palmas. HEX triplet: C2, D8 and 4B. RGB value is (194,216,75). Sum of RGB (Red+Green+Blue) = 194+216+75=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D84B is #3D27B4. Grayscale: #C1C1C1. Windows color (decimal): -4007861 or 4970690. OLE color: 4970690.

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

Color convert

RGB 194 216 75 -
CMYK 0.10 0 0.65 0.15
HSL 69.36º 0.64% 0.57% -
HSV(B) 69.36º 0.65% 0.85% -
XYZ 48.07 61.09 15.91 -
YUV 193.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 194 216 75 0.10 0 0.65 0.15 69.36 0.64 0.57
Hex C2 D8 4B A 0 41 F 45 40 39
Octal 302 330 113 12 0 101 17 105 100 71
Binary 11000010 11011000 1001011 1010 0 1000001 1111 1000101 1000000 111001

Color Harmonies of #C2D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D84B

Black with #C2D84B

Text Example


Text Example

White with #C2D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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