Html Css Color HEX #CEF83F Pear

📋 copy color: '#CEF83F'

red 206 ◦ green 248 ◦ blue 63

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

Shades of Pear #CEF83F

Tints of Pear #CEF83F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 63 (25% from 255) = 12.19%

R = 39.85%
G = 47.97%
B = 12.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#CEF83F (or 0xCEF83F) is known color: Pear. HEX triplet: CE, F8 and 3F. RGB value is (206,248,63). Sum of RGB (Red+Green+Blue) = 206+248+63=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF83F is #3107C0. Grayscale: #D7D7D7. Windows color (decimal): -3213249 or 4192462. OLE color: 4192462.

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

Color convert

RGB 206 248 63 -
CMYK 0.17 0 0.75 0.03
HSL 73.62º 0.93% 0.61% -
HSV(B) 73.62º 0.75% 0.97% -
XYZ 59.92 80.62 17.1 -
YUV 214.35 42.59 122.04 -
System Red Green Blue C M Y K H S L
Decimal 206 248 63 0.17 0 0.75 0.03 73.62 0.93 0.61
Hex CE F8 3F 11 0 4B 3 4A 5D 3D
Octal 316 370 77 21 0 113 3 112 135 75
Binary 11001110 11111000 111111 10001 0 1001011 11 1001010 1011101 111101

Color Harmonies of #CEF83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF83F

Black with #CEF83F

Text Example


Text Example

White with #CEF83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF83F; }

 p { color: rgb(206,248,63); }

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

background-color css

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

 a { background-color: rgb(206,248,63); }

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

border-color css

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

 span { border-color: rgb(206,248,63); }

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