Html Css Color HEX #C2DF3B Las Palmas

📋 copy color: '#C2DF3B'

red 194 ◦ green 223 ◦ blue 59

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

Shades of Las Palmas #C2DF3B

Tints of Las Palmas #C2DF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

 BLUE value IS 59 (23.44% from 255) = 12.39%

R = 40.76%
G = 46.85%
B = 12.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#C2DF3B (or 0xC2DF3B) is known color: Las Palmas. HEX triplet: C2, DF and 3B. RGB value is (194,223,59). Sum of RGB (Red+Green+Blue) = 194+223+59=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DF3B is #3D20C4. Grayscale: #C4C4C4. Windows color (decimal): -4006085 or 3923906. OLE color: 3923906.

HSL color Cylindrical-coordinate representation of color #C2DF3B: hue angle of 70.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2DF3B is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 59 -
CMYK 0.13 0 0.74 0.13
HSL 70.61º 0.72% 0.55% -
HSV(B) 70.61º 0.74% 0.87% -
XYZ 49.43 64.56 13.99 -
YUV 195.63 50.89 126.84 -
System Red Green Blue C M Y K H S L
Decimal 194 223 59 0.13 0 0.74 0.13 70.61 0.72 0.55
Hex C2 DF 3B D 0 4A D 47 48 37
Octal 302 337 73 15 0 112 15 107 110 67
Binary 11000010 11011111 111011 1101 0 1001010 1101 1000111 1001000 110111

Color Harmonies of #C2DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF3B

Black with #C2DF3B

Text Example


Text Example

White with #C2DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF3B; }

 p { color: rgb(194,223,59); }

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

background-color css

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

 a { background-color: rgb(194,223,59); }

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

border-color css

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

 span { border-color: rgb(194,223,59); }

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