Html Css Color HEX #CAE526 Pear

📋 copy color: '#CAE526'

red 202 ◦ green 229 ◦ blue 38

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

Shades of Pear #CAE526

Tints of Pear #CAE526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 43.07%
G = 48.83%
B = 8.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CAE526 (or 0xCAE526) is known color: Pear. HEX triplet: CA, E5 and 26. RGB value is (202,229,38). Sum of RGB (Red+Green+Blue) = 202+229+38=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE526 is #351AD9. Grayscale: #C7C7C7. Windows color (decimal): -3480282 or 2549194. OLE color: 2549194.

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

Color convert

RGB 202 229 38 -
CMYK 0.12 0 0.83 0.10
HSL 68.48º 0.79% 0.52% -
HSV(B) 68.48º 0.83% 0.9% -
XYZ 52.73 68.74 12.32 -
YUV 199.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 202 229 38 0.12 0 0.83 0.10 68.48 0.79 0.52
Hex CA E5 26 C 0 53 A 44 4F 34
Octal 312 345 46 14 0 123 12 104 117 64
Binary 11001010 11100101 100110 1100 0 1010011 1010 1000100 1001111 110100

Color Harmonies of #CAE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE526

Black with #CAE526

Text Example


Text Example

White with #CAE526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE526; }

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

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

background-color css

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

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

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

border-color css

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

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

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