Html Css Color HEX #CAE93F Pear

📋 copy color: '#CAE93F'

red 202 ◦ green 233 ◦ blue 63

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

Shades of Pear #CAE93F

Tints of Pear #CAE93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.65%

R = 40.56%
G = 46.79%
B = 12.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#CAE93F (or 0xCAE93F) is known color: Pear. HEX triplet: CA, E9 and 3F. RGB value is (202,233,63). Sum of RGB (Red+Green+Blue) = 202+233+63=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE93F is #3516C0. Grayscale: #CDCDCD. Windows color (decimal): -3479233 or 4188618. OLE color: 4188618.

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

Color convert

RGB 202 233 63 -
CMYK 0.13 0 0.73 0.09
HSL 70.94º 0.79% 0.58% -
HSV(B) 70.94º 0.73% 0.91% -
XYZ 54.39 71.19 15.58 -
YUV 204.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 202 233 63 0.13 0 0.73 0.09 70.94 0.79 0.58
Hex CA E9 3F D 0 49 9 47 4F 3A
Octal 312 351 77 15 0 111 11 107 117 72
Binary 11001010 11101001 111111 1101 0 1001001 1001 1000111 1001111 111010

Color Harmonies of #CAE93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE93F

Black with #CAE93F

Text Example


Text Example

White with #CAE93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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