Html Css Color HEX #CAE93A Pear

📋 copy color: '#CAE93A'

red 202 ◦ green 233 ◦ blue 58

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

Shades of Pear #CAE93A

Tints of Pear #CAE93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.26%

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

R = 40.97%
G = 47.26%
B = 11.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#CAE93A (or 0xCAE93A) is known color: Pear. HEX triplet: CA, E9 and 3A. RGB value is (202,233,58). Sum of RGB (Red+Green+Blue) = 202+233+58=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE93A is #3516C5. Grayscale: #CCCCCC. Windows color (decimal): -3479238 or 3860938. OLE color: 3860938.

HSL color Cylindrical-coordinate representation of color #CAE93A: hue angle of 70.63º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAE93A is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 58 -
CMYK 0.13 0 0.75 0.09
HSL 70.63º 0.8% 0.57% -
HSV(B) 70.63º 0.75% 0.91% -
XYZ 54.26 71.14 14.87 -
YUV 203.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 202 233 58 0.13 0 0.75 0.09 70.63 0.8 0.57
Hex CA E9 3A D 0 4B 9 47 50 39
Octal 312 351 72 15 0 113 11 107 120 71
Binary 11001010 11101001 111010 1101 0 1001011 1001 1000111 1010000 111001

Color Harmonies of #CAE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE93A

Black with #CAE93A

Text Example


Text Example

White with #CAE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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