Html Css Color HEX #CAF625 Pear

📋 copy color: '#CAF625'

red 202 ◦ green 246 ◦ blue 37

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

Shades of Pear #CAF625

Tints of Pear #CAF625

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 41.65%
G = 50.72%
B = 7.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#CAF625 (or 0xCAF625) is known color: Pear. HEX triplet: CA, F6 and 25. RGB value is (202,246,37). Sum of RGB (Red+Green+Blue) = 202+246+37=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF625 is #3509DA. Grayscale: #D1D1D1. Windows color (decimal): -3475931 or 2488010. OLE color: 2488010.

HSL color Cylindrical-coordinate representation of color #CAF625: hue angle of 72.63º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF625 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 37 -
CMYK 0.18 0 0.85 0.04
HSL 72.63º 0.92% 0.55% -
HSV(B) 72.63º 0.85% 0.96% -
XYZ 57.65 78.6 13.88 -
YUV 209.02 30.92 122.99 -
System Red Green Blue C M Y K H S L
Decimal 202 246 37 0.18 0 0.85 0.04 72.63 0.92 0.55
Hex CA F6 25 12 0 55 4 49 5C 37
Octal 312 366 45 22 0 125 4 111 134 67
Binary 11001010 11110110 100101 10010 0 1010101 100 1001001 1011100 110111

Color Harmonies of #CAF625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF625

Black with #CAF625

Text Example


Text Example

White with #CAF625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF625; }

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

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

background-color css

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

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

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

border-color css

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

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

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