Html Css Color HEX #CAE649 Las Palmas

📋 copy color: '#CAE649'

red 202 ◦ green 230 ◦ blue 73

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

Shades of Las Palmas #CAE649

Tints of Las Palmas #CAE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

 BLUE value IS 73 (28.91% from 255) = 14.46%

R = 40%
G = 45.54%
B = 14.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#CAE649 (or 0xCAE649) is known color: Las Palmas. HEX triplet: CA, E6 and 49. RGB value is (202,230,73). Sum of RGB (Red+Green+Blue) = 202+230+73=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE649 is #3519B6. Grayscale: #CCCCCC. Windows color (decimal): -3479991 or 4843210. OLE color: 4843210.

HSL color Cylindrical-coordinate representation of color #CAE649: hue angle of 70.7º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAE649 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 73 -
CMYK 0.12 0 0.68 0.10
HSL 70.7º 0.76% 0.59% -
HSV(B) 70.7º 0.68% 0.9% -
XYZ 53.86 69.63 16.9 -
YUV 203.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 202 230 73 0.12 0 0.68 0.10 70.7 0.76 0.59
Hex CA E6 49 C 0 44 A 47 4C 3B
Octal 312 346 111 14 0 104 12 107 114 73
Binary 11001010 11100110 1001001 1100 0 1000100 1010 1000111 1001100 111011

Color Harmonies of #CAE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE649

Black with #CAE649

Text Example


Text Example

White with #CAE649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE649; }

 p { color: rgb(202,230,73); }

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

background-color css

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

 a { background-color: rgb(202,230,73); }

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

border-color css

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

 span { border-color: rgb(202,230,73); }

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