Html Css Color HEX #CAD831 Las Palmas

📋 copy color: '#CAD831'

red 202 ◦ green 216 ◦ blue 49

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

Shades of Las Palmas #CAD831

Tints of Las Palmas #CAD831

RGB

 RED value IS 202 (79.3% from 255) = 43.25%

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

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 43.25%
G = 46.25%
B = 10.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CAD831 (or 0xCAD831) is known color: Las Palmas. HEX triplet: CA, D8 and 31. RGB value is (202,216,49). Sum of RGB (Red+Green+Blue) = 202+216+49=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD831 is #3527CE. Grayscale: #C1C1C1. Windows color (decimal): -3483599 or 3266762. OLE color: 3266762.

HSL color Cylindrical-coordinate representation of color #CAD831: hue angle of 65.03º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAD831 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 216 49 -
CMYK 0.06 0 0.77 0.15
HSL 65.03º 0.68% 0.52% -
HSV(B) 65.03º 0.77% 0.85% -
XYZ 49.47 61.89 12.24 -
YUV 192.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 202 216 49 0.06 0 0.77 0.15 65.03 0.68 0.52
Hex CA D8 31 6 0 4D F 41 44 34
Octal 312 330 61 6 0 115 17 101 104 64
Binary 11001010 11011000 110001 110 0 1001101 1111 1000001 1000100 110100

Color Harmonies of #CAD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD831

Black with #CAD831

Text Example


Text Example

White with #CAD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD831; }

 p { color: rgb(202,216,49); }

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

background-color css

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

 a { background-color: rgb(202,216,49); }

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

border-color css

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

 span { border-color: rgb(202,216,49); }

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