Html Css Color HEX #CFE53E Pear

📋 copy color: '#CFE53E'

red 207 ◦ green 229 ◦ blue 62

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

Shades of Pear #CFE53E

Tints of Pear #CFE53E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.98%

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 41.57%
G = 45.98%
B = 12.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#CFE53E (or 0xCFE53E) is known color: Pear. HEX triplet: CF, E5 and 3E. RGB value is (207,229,62). Sum of RGB (Red+Green+Blue) = 207+229+62=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53E is #301AC1. Grayscale: #CCCCCC. Windows color (decimal): -3152578 or 4122063. OLE color: 4122063.

HSL color Cylindrical-coordinate representation of color #CFE53E: hue angle of 67.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE53E is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 62 -
CMYK 0.10 0 0.73 0.10
HSL 67.9º 0.76% 0.57% -
HSV(B) 67.9º 0.73% 0.9% -
XYZ 54.62 69.65 15.12 -
YUV 203.38 48.21 130.58 -
System Red Green Blue C M Y K H S L
Decimal 207 229 62 0.10 0 0.73 0.10 67.9 0.76 0.57
Hex CF E5 3E A 0 49 A 44 4C 39
Octal 317 345 76 12 0 111 12 104 114 71
Binary 11001111 11100101 111110 1010 0 1001001 1010 1000100 1001100 111001

Color Harmonies of #CFE53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE53E

Black with #CFE53E

Text Example


Text Example

White with #CFE53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE53E; }

 p { color: rgb(207,229,62); }

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

background-color css

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

 a { background-color: rgb(207,229,62); }

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

border-color css

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

 span { border-color: rgb(207,229,62); }

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