Html Css Color HEX #CAD93F Las Palmas

📋 copy color: '#CAD93F'

red 202 ◦ green 217 ◦ blue 63

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

Shades of Las Palmas #CAD93F

Tints of Las Palmas #CAD93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 41.91%
G = 45.02%
B = 13.07%

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

#CAD93F (or 0xCAD93F) is known color: Las Palmas. HEX triplet: CA, D9 and 3F. RGB value is (202,217,63). Sum of RGB (Red+Green+Blue) = 202+217+63=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD93F is #3526C0. Grayscale: #C3C3C3. Windows color (decimal): -3483329 or 4184522. OLE color: 4184522.

HSL color Cylindrical-coordinate representation of color #CAD93F: hue angle of 65.84º 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 #CAD93F is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 63 -
CMYK 0.07 0 0.71 0.15
HSL 65.84º 0.67% 0.55% -
HSV(B) 65.84º 0.71% 0.85% -
XYZ 50.07 62.54 14.14 -
YUV 194.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 202 217 63 0.07 0 0.71 0.15 65.84 0.67 0.55
Hex CA D9 3F 7 0 47 F 42 43 37
Octal 312 331 77 7 0 107 17 102 103 67
Binary 11001010 11011001 111111 111 0 1000111 1111 1000010 1000011 110111

Color Harmonies of #CAD93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD93F

Black with #CAD93F

Text Example


Text Example

White with #CAD93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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