Html Css Color HEX #CAE536 Pear

📋 copy color: '#CAE536'

red 202 ◦ green 229 ◦ blue 54

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

Shades of Pear #CAE536

Tints of Pear #CAE536

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

 BLUE value IS 54 (21.48% from 255) = 11.13%

R = 41.65%
G = 47.22%
B = 11.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#CAE536 (or 0xCAE536) is known color: Pear. HEX triplet: CA, E5 and 36. RGB value is (202,229,54). Sum of RGB (Red+Green+Blue) = 202+229+54=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE536 is #351AC9. Grayscale: #C9C9C9. Windows color (decimal): -3480266 or 3597770. OLE color: 3597770.

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

Color convert

RGB 202 229 54 -
CMYK 0.12 0 0.76 0.10
HSL 69.26º 0.77% 0.55% -
HSV(B) 69.26º 0.76% 0.9% -
XYZ 53.04 68.86 13.99 -
YUV 200.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 202 229 54 0.12 0 0.76 0.10 69.26 0.77 0.55
Hex CA E5 36 C 0 4C A 45 4D 37
Octal 312 345 66 14 0 114 12 105 115 67
Binary 11001010 11100101 110110 1100 0 1001100 1010 1000101 1001101 110111

Color Harmonies of #CAE536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE536

Black with #CAE536

Text Example


Text Example

White with #CAE536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE536; }

 p { color: rgb(202,229,54); }

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

background-color css

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

 a { background-color: rgb(202,229,54); }

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

border-color css

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

 span { border-color: rgb(202,229,54); }

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