Html Css Color HEX #CEF526 Pear

📋 copy color: '#CEF526'

red 206 ◦ green 245 ◦ blue 38

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

Shades of Pear #CEF526

Tints of Pear #CEF526

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.1%

 BLUE value IS 38 (15.23% from 255) = 7.77%

R = 42.13%
G = 50.1%
B = 7.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#CEF526 (or 0xCEF526) is known color: Pear. HEX triplet: CE, F5 and 26. RGB value is (206,245,38). Sum of RGB (Red+Green+Blue) = 206+245+38=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF526 is #310AD9. Grayscale: #D2D2D2. Windows color (decimal): -3214042 or 2553294. OLE color: 2553294.

HSL color Cylindrical-coordinate representation of color #CEF526: hue angle of 71.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF526 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 38 -
CMYK 0.16 0 0.84 0.04
HSL 71.3º 0.91% 0.55% -
HSV(B) 71.3º 0.84% 0.96% -
XYZ 58.46 78.57 13.92 -
YUV 209.74 31.08 125.33 -
System Red Green Blue C M Y K H S L
Decimal 206 245 38 0.16 0 0.84 0.04 71.3 0.91 0.55
Hex CE F5 26 10 0 54 4 47 5B 37
Octal 316 365 46 20 0 124 4 107 133 67
Binary 11001110 11110101 100110 10000 0 1010100 100 1000111 1011011 110111

Color Harmonies of #CEF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF526

Black with #CEF526

Text Example


Text Example

White with #CEF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF526; }

 p { color: rgb(206,245,38); }

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

background-color css

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

 a { background-color: rgb(206,245,38); }

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

border-color css

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

 span { border-color: rgb(206,245,38); }

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