Html Css Color HEX #CAE23D Las Palmas

📋 copy color: '#CAE23D'

red 202 ◦ green 226 ◦ blue 61

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

Shades of Las Palmas #CAE23D

Tints of Las Palmas #CAE23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.47%

R = 41.31%
G = 46.22%
B = 12.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#CAE23D (or 0xCAE23D) is known color: Las Palmas. HEX triplet: CA, E2 and 3D. RGB value is (202,226,61). Sum of RGB (Red+Green+Blue) = 202+226+61=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE23D is #351DC2. Grayscale: #C8C8C8. Windows color (decimal): -3481027 or 4055754. OLE color: 4055754.

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

Color convert

RGB 202 226 61 -
CMYK 0.11 0 0.73 0.11
HSL 68.73º 0.74% 0.56% -
HSV(B) 68.73º 0.73% 0.89% -
XYZ 52.4 67.29 14.64 -
YUV 200.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 202 226 61 0.11 0 0.73 0.11 68.73 0.74 0.56
Hex CA E2 3D B 0 49 B 45 4A 38
Octal 312 342 75 13 0 111 13 105 112 70
Binary 11001010 11100010 111101 1011 0 1001001 1011 1000101 1001010 111000

Color Harmonies of #CAE23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE23D

Black with #CAE23D

Text Example


Text Example

White with #CAE23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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