Html Css Color HEX #CAE23A Las Palmas

📋 copy color: '#CAE23A'

red 202 ◦ green 226 ◦ blue 58

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

Shades of Las Palmas #CAE23A

Tints of Las Palmas #CAE23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

 BLUE value IS 58 (23.05% from 255) = 11.93%

R = 41.56%
G = 46.5%
B = 11.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#CAE23A (or 0xCAE23A) is known color: Las Palmas. HEX triplet: CA, E2 and 3A. RGB value is (202,226,58). Sum of RGB (Red+Green+Blue) = 202+226+58=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE23A is #351DC5. Grayscale: #C8C8C8. Windows color (decimal): -3481030 or 3859146. OLE color: 3859146.

HSL color Cylindrical-coordinate representation of color #CAE23A: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAE23A is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 58 -
CMYK 0.11 0 0.74 0.11
HSL 68.57º 0.74% 0.56% -
HSV(B) 68.57º 0.74% 0.89% -
XYZ 52.32 67.25 14.23 -
YUV 199.67 48.05 129.66 -
System Red Green Blue C M Y K H S L
Decimal 202 226 58 0.11 0 0.74 0.11 68.57 0.74 0.56
Hex CA E2 3A B 0 4A B 45 4A 38
Octal 312 342 72 13 0 112 13 105 112 70
Binary 11001010 11100010 111010 1011 0 1001010 1011 1000101 1001010 111000

Color Harmonies of #CAE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE23A

Black with #CAE23A

Text Example


Text Example

White with #CAE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE23A; }

 p { color: rgb(202,226,58); }

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

background-color css

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

 a { background-color: rgb(202,226,58); }

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

border-color css

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

 span { border-color: rgb(202,226,58); }

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