Html Css Color HEX #CAE64A Las Palmas

📋 copy color: '#CAE64A'

red 202 ◦ green 230 ◦ blue 74

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

Shades of Las Palmas #CAE64A

Tints of Las Palmas #CAE64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 39.92%
G = 45.45%
B = 14.62%

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

#CAE64A (or 0xCAE64A) is known color: Las Palmas. HEX triplet: CA, E6 and 4A. RGB value is (202,230,74). Sum of RGB (Red+Green+Blue) = 202+230+74=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE64A is #3519B5. Grayscale: #CCCCCC. Windows color (decimal): -3479990 or 4908746. OLE color: 4908746.

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

Color convert

RGB 202 230 74 -
CMYK 0.12 0 0.68 0.10
HSL 70.77º 0.76% 0.6% -
HSV(B) 70.77º 0.68% 0.9% -
XYZ 53.89 69.64 17.08 -
YUV 203.84 54.72 126.68 -
System Red Green Blue C M Y K H S L
Decimal 202 230 74 0.12 0 0.68 0.10 70.77 0.76 0.6
Hex CA E6 4A C 0 44 A 47 4C 3C
Octal 312 346 112 14 0 104 12 107 114 74
Binary 11001010 11100110 1001010 1100 0 1000100 1010 1000111 1001100 111100

Color Harmonies of #CAE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE64A

Black with #CAE64A

Text Example


Text Example

White with #CAE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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