Html Css Color HEX #CEF740 Pear

📋 copy color: '#CEF740'

red 206 ◦ green 247 ◦ blue 64

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

Shades of Pear #CEF740

Tints of Pear #CEF740

RGB

 RED value IS 206 (80.86% from 255) = 39.85%

 GREEN value IS 247 (96.88% from 255) = 47.78%

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 39.85%
G = 47.78%
B = 12.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#CEF740 (or 0xCEF740) is known color: Pear. HEX triplet: CE, F7 and 40. RGB value is (206,247,64). Sum of RGB (Red+Green+Blue) = 206+247+64=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF740 is #3108BF. Grayscale: #D6D6D6. Windows color (decimal): -3213504 or 4257742. OLE color: 4257742.

HSL color Cylindrical-coordinate representation of color #CEF740: hue angle of 73.44º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF740 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 64 -
CMYK 0.17 0 0.74 0.03
HSL 73.44º 0.92% 0.61% -
HSV(B) 73.44º 0.74% 0.97% -
XYZ 59.64 80.01 17.15 -
YUV 213.88 43.42 122.38 -
System Red Green Blue C M Y K H S L
Decimal 206 247 64 0.17 0 0.74 0.03 73.44 0.92 0.61
Hex CE F7 40 11 0 4A 3 49 5C 3D
Octal 316 367 100 21 0 112 3 111 134 75
Binary 11001110 11110111 1000000 10001 0 1001010 11 1001001 1011100 111101

Color Harmonies of #CEF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF740

Black with #CEF740

Text Example


Text Example

White with #CEF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF740; }

 p { color: rgb(206,247,64); }

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

background-color css

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

 a { background-color: rgb(206,247,64); }

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

border-color css

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

 span { border-color: rgb(206,247,64); }

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