Html Css Color HEX #CAE528 Pear

📋 copy color: '#CAE528'

red 202 ◦ green 229 ◦ blue 40

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

Shades of Pear #CAE528

Tints of Pear #CAE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 42.89%
G = 48.62%
B = 8.49%

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

#CAE528 (or 0xCAE528) is known color: Pear. HEX triplet: CA, E5 and 28. RGB value is (202,229,40). Sum of RGB (Red+Green+Blue) = 202+229+40=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE528 is #351AD7. Grayscale: #C8C8C8. Windows color (decimal): -3480280 or 2680266. OLE color: 2680266.

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

Color convert

RGB 202 229 40 -
CMYK 0.12 0 0.83 0.10
HSL 68.57º 0.78% 0.53% -
HSV(B) 68.57º 0.83% 0.9% -
XYZ 52.76 68.75 12.5 -
YUV 199.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 202 229 40 0.12 0 0.83 0.10 68.57 0.78 0.53
Hex CA E5 28 C 0 53 A 45 4E 35
Octal 312 345 50 14 0 123 12 105 116 65
Binary 11001010 11100101 101000 1100 0 1010011 1010 1000101 1001110 110101

Color Harmonies of #CAE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE528

Black with #CAE528

Text Example


Text Example

White with #CAE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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