Html Css Color HEX #CFE138 Pear

📋 copy color: '#CFE138'

red 207 ◦ green 225 ◦ blue 56

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

Shades of Pear #CFE138

Tints of Pear #CFE138

RGB

 RED value IS 207 (81.25% from 255) = 42.42%

 GREEN value IS 225 (88.28% from 255) = 46.11%

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

R = 42.42%
G = 46.11%
B = 11.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#CFE138 (or 0xCFE138) is known color: Pear. HEX triplet: CF, E1 and 38. RGB value is (207,225,56). Sum of RGB (Red+Green+Blue) = 207+225+56=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE138 is #301EC7. Grayscale: #C9C9C9. Windows color (decimal): -3153608 or 3727823. OLE color: 3727823.

HSL color Cylindrical-coordinate representation of color #CFE138: hue angle of 66.39º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFE138 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 56 -
CMYK 0.08 0 0.75 0.12
HSL 66.39º 0.74% 0.55% -
HSV(B) 66.39º 0.75% 0.88% -
XYZ 53.37 67.4 13.94 -
YUV 200.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 207 225 56 0.08 0 0.75 0.12 66.39 0.74 0.55
Hex CF E1 38 8 0 4B C 42 4A 37
Octal 317 341 70 10 0 113 14 102 112 67
Binary 11001111 11100001 111000 1000 0 1001011 1100 1000010 1001010 110111

Color Harmonies of #CFE138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE138

Black with #CFE138

Text Example


Text Example

White with #CFE138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE138; }

 p { color: rgb(207,225,56); }

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

background-color css

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

 a { background-color: rgb(207,225,56); }

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

border-color css

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

 span { border-color: rgb(207,225,56); }

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