Html Css Color HEX #CAE63B Las Palmas

📋 copy color: '#CAE63B'

red 202 ◦ green 230 ◦ blue 59

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

Shades of Las Palmas #CAE63B

Tints of Las Palmas #CAE63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.02%

R = 41.14%
G = 46.84%
B = 12.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#CAE63B (or 0xCAE63B) is known color: Las Palmas. HEX triplet: CA, E6 and 3B. RGB value is (202,230,59). Sum of RGB (Red+Green+Blue) = 202+230+59=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE63B is #3519C4. Grayscale: #CACACA. Windows color (decimal): -3480005 or 3925706. OLE color: 3925706.

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

Color convert

RGB 202 230 59 -
CMYK 0.12 0 0.74 0.10
HSL 69.82º 0.77% 0.57% -
HSV(B) 69.82º 0.74% 0.9% -
XYZ 53.44 69.47 14.73 -
YUV 202.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 202 230 59 0.12 0 0.74 0.10 69.82 0.77 0.57
Hex CA E6 3B C 0 4A A 46 4D 39
Octal 312 346 73 14 0 112 12 106 115 71
Binary 11001010 11100110 111011 1100 0 1001010 1010 1000110 1001101 111001

Color Harmonies of #CAE63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE63B

Black with #CAE63B

Text Example


Text Example

White with #CAE63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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