Html Css Color HEX #CAE93B Pear

📋 copy color: '#CAE93B'

red 202 ◦ green 233 ◦ blue 59

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

Shades of Pear #CAE93B

Tints of Pear #CAE93B

RGB

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

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

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

R = 40.89%
G = 47.17%
B = 11.94%

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

#CAE93B (or 0xCAE93B) is known color: Pear. HEX triplet: CA, E9 and 3B. RGB value is (202,233,59). Sum of RGB (Red+Green+Blue) = 202+233+59=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE93B is #3516C4. Grayscale: #CCCCCC. Windows color (decimal): -3479237 or 3926474. OLE color: 3926474.

HSL color Cylindrical-coordinate representation of color #CAE93B: hue angle of 70.69º 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 #CAE93B is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 59 -
CMYK 0.13 0 0.75 0.09
HSL 70.69º 0.8% 0.57% -
HSV(B) 70.69º 0.75% 0.91% -
XYZ 54.29 71.15 15.01 -
YUV 203.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 202 233 59 0.13 0 0.75 0.09 70.69 0.8 0.57
Hex CA E9 3B D 0 4B 9 47 50 39
Octal 312 351 73 15 0 113 11 107 120 71
Binary 11001010 11101001 111011 1101 0 1001011 1001 1000111 1010000 111001

Color Harmonies of #CAE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE93B

Black with #CAE93B

Text Example


Text Example

White with #CAE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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