Html Css Color HEX #CAE538 Pear

📋 copy color: '#CAE538'

red 202 ◦ green 229 ◦ blue 56

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

Shades of Pear #CAE538

Tints of Pear #CAE538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 41.48%
G = 47.02%
B = 11.5%

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

#CAE538 (or 0xCAE538) is known color: Pear. HEX triplet: CA, E5 and 38. RGB value is (202,229,56). Sum of RGB (Red+Green+Blue) = 202+229+56=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE538 is #351AC7. Grayscale: #C9C9C9. Windows color (decimal): -3480264 or 3728842. OLE color: 3728842.

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

Color convert

RGB 202 229 56 -
CMYK 0.12 0 0.76 0.10
HSL 69.36º 0.77% 0.56% -
HSV(B) 69.36º 0.76% 0.9% -
XYZ 53.09 68.88 14.24 -
YUV 201.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 202 229 56 0.12 0 0.76 0.10 69.36 0.77 0.56
Hex CA E5 38 C 0 4C A 45 4D 38
Octal 312 345 70 14 0 114 12 105 115 70
Binary 11001010 11100101 111000 1100 0 1001100 1010 1000101 1001101 111000

Color Harmonies of #CAE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE538

Black with #CAE538

Text Example


Text Example

White with #CAE538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE538; }

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

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

background-color css

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

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

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

border-color css

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

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

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