Html Css Color HEX #CAF238 Pear

📋 copy color: '#CAF238'

red 202 ◦ green 242 ◦ blue 56

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

Shades of Pear #CAF238

Tints of Pear #CAF238

RGB

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

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

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

R = 40.4%
G = 48.4%
B = 11.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#CAF238 (or 0xCAF238) is known color: Pear. HEX triplet: CA, F2 and 38. RGB value is (202,242,56). Sum of RGB (Red+Green+Blue) = 202+242+56=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF238 is #350DC7. Grayscale: #D1D1D1. Windows color (decimal): -3476936 or 3732170. OLE color: 3732170.

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

Color convert

RGB 202 242 56 -
CMYK 0.17 0 0.77 0.05
HSL 72.9º 0.88% 0.58% -
HSV(B) 72.9º 0.77% 0.95% -
XYZ 56.82 76.35 15.48 -
YUV 208.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 202 242 56 0.17 0 0.77 0.05 72.9 0.88 0.58
Hex CA F2 38 11 0 4D 5 49 58 3A
Octal 312 362 70 21 0 115 5 111 130 72
Binary 11001010 11110010 111000 10001 0 1001101 101 1001001 1011000 111010

Color Harmonies of #CAF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF238

Black with #CAF238

Text Example


Text Example

White with #CAF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF238; }

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

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

background-color css

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

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

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

border-color css

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

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

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