Html Css Color HEX #CAF235 Pear

📋 copy color: '#CAF235'

red 202 ◦ green 242 ◦ blue 53

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

Shades of Pear #CAF235

Tints of Pear #CAF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.69%

 BLUE value IS 53 (21.09% from 255) = 10.66%

R = 40.64%
G = 48.69%
B = 10.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#CAF235 (or 0xCAF235) is known color: Pear. HEX triplet: CA, F2 and 35. RGB value is (202,242,53). Sum of RGB (Red+Green+Blue) = 202+242+53=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF235 is #350DCA. Grayscale: #D1D1D1. Windows color (decimal): -3476939 or 3535562. OLE color: 3535562.

HSL color Cylindrical-coordinate representation of color #CAF235: hue angle of 72.7º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAF235 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 53 -
CMYK 0.17 0 0.78 0.05
HSL 72.7º 0.88% 0.58% -
HSV(B) 72.7º 0.78% 0.95% -
XYZ 56.75 76.32 15.11 -
YUV 208.49 40.25 123.37 -
System Red Green Blue C M Y K H S L
Decimal 202 242 53 0.17 0 0.78 0.05 72.7 0.88 0.58
Hex CA F2 35 11 0 4E 5 49 58 3A
Octal 312 362 65 21 0 116 5 111 130 72
Binary 11001010 11110010 110101 10001 0 1001110 101 1001001 1011000 111010

Color Harmonies of #CAF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF235

Black with #CAF235

Text Example


Text Example

White with #CAF235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF235; }

 p { color: rgb(202,242,53); }

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

background-color css

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

 a { background-color: rgb(202,242,53); }

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

border-color css

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

 span { border-color: rgb(202,242,53); }

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