Html Css Color HEX #CAD93E Las Palmas

📋 copy color: '#CAD93E'

red 202 ◦ green 217 ◦ blue 62

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

Shades of Las Palmas #CAD93E

Tints of Las Palmas #CAD93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 62 (24.61% from 255) = 12.89%

R = 42%
G = 45.11%
B = 12.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#CAD93E (or 0xCAD93E) is known color: Las Palmas. HEX triplet: CA, D9 and 3E. RGB value is (202,217,62). Sum of RGB (Red+Green+Blue) = 202+217+62=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD93E is #3526C1. Grayscale: #C3C3C3. Windows color (decimal): -3483330 or 4118986. OLE color: 4118986.

HSL color Cylindrical-coordinate representation of color #CAD93E: hue angle of 65.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAD93E is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 62 -
CMYK 0.07 0 0.71 0.15
HSL 65.81º 0.67% 0.55% -
HSV(B) 65.81º 0.71% 0.85% -
XYZ 50.04 62.53 13.99 -
YUV 194.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 202 217 62 0.07 0 0.71 0.15 65.81 0.67 0.55
Hex CA D9 3E 7 0 47 F 42 43 37
Octal 312 331 76 7 0 107 17 102 103 67
Binary 11001010 11011001 111110 111 0 1000111 1111 1000010 1000011 110111

Color Harmonies of #CAD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD93E

Black with #CAD93E

Text Example


Text Example

White with #CAD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD93E; }

 p { color: rgb(202,217,62); }

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

background-color css

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

 a { background-color: rgb(202,217,62); }

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

border-color css

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

 span { border-color: rgb(202,217,62); }

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