Html Css Color HEX #CAF825 Pear

📋 copy color: '#CAF825'

red 202 ◦ green 248 ◦ blue 37

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

Shades of Pear #CAF825

Tints of Pear #CAF825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

 BLUE value IS 37 (14.84% from 255) = 7.6%

R = 41.48%
G = 50.92%
B = 7.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#CAF825 (or 0xCAF825) is known color: Pear. HEX triplet: CA, F8 and 25. RGB value is (202,248,37). Sum of RGB (Red+Green+Blue) = 202+248+37=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF825 is #3507DA. Grayscale: #D2D2D2. Windows color (decimal): -3475419 or 2488522. OLE color: 2488522.

HSL color Cylindrical-coordinate representation of color #CAF825: hue angle of 73.08º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF825 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 37 -
CMYK 0.19 0 0.85 0.03
HSL 73.08º 0.94% 0.56% -
HSV(B) 73.08º 0.85% 0.97% -
XYZ 58.26 79.82 14.09 -
YUV 210.19 30.26 122.16 -
System Red Green Blue C M Y K H S L
Decimal 202 248 37 0.19 0 0.85 0.03 73.08 0.94 0.56
Hex CA F8 25 13 0 55 3 49 5E 38
Octal 312 370 45 23 0 125 3 111 136 70
Binary 11001010 11111000 100101 10011 0 1010101 11 1001001 1011110 111000

Color Harmonies of #CAF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF825

Black with #CAF825

Text Example


Text Example

White with #CAF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF825; }

 p { color: rgb(202,248,37); }

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

background-color css

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

 a { background-color: rgb(202,248,37); }

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

border-color css

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

 span { border-color: rgb(202,248,37); }

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