Html Css Color HEX #CEF326 Pear

📋 copy color: '#CEF326'

red 206 ◦ green 243 ◦ blue 38

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

Shades of Pear #CEF326

Tints of Pear #CEF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

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

R = 42.3%
G = 49.9%
B = 7.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#CEF326 (or 0xCEF326) is known color: Pear. HEX triplet: CE, F3 and 26. RGB value is (206,243,38). Sum of RGB (Red+Green+Blue) = 206+243+38=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF326 is #310CD9. Grayscale: #D1D1D1. Windows color (decimal): -3214554 or 2552782. OLE color: 2552782.

HSL color Cylindrical-coordinate representation of color #CEF326: hue angle of 70.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF326 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 38 -
CMYK 0.15 0 0.84 0.05
HSL 70.83º 0.9% 0.55% -
HSV(B) 70.83º 0.84% 0.95% -
XYZ 57.85 77.36 13.72 -
YUV 208.57 31.74 126.17 -
System Red Green Blue C M Y K H S L
Decimal 206 243 38 0.15 0 0.84 0.05 70.83 0.9 0.55
Hex CE F3 26 F 0 54 5 47 5A 37
Octal 316 363 46 17 0 124 5 107 132 67
Binary 11001110 11110011 100110 1111 0 1010100 101 1000111 1011010 110111

Color Harmonies of #CEF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF326

Black with #CEF326

Text Example


Text Example

White with #CEF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF326; }

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

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

background-color css

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

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

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

border-color css

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

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

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