Html Css Color HEX #CEF01A Pear

📋 copy color: '#CEF01A'

red 206 ◦ green 240 ◦ blue 26

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

Shades of Pear #CEF01A

Tints of Pear #CEF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 43.64%
G = 50.85%
B = 5.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#CEF01A (or 0xCEF01A) is known color: Pear. HEX triplet: CE, F0 and 1A. RGB value is (206,240,26). Sum of RGB (Red+Green+Blue) = 206+240+26=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF01A is #310FE5. Grayscale: #CECECE. Windows color (decimal): -3215334 or 1765582. OLE color: 1765582.

HSL color Cylindrical-coordinate representation of color #CEF01A: hue angle of 69.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF01A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 26 -
CMYK 0.14 0 0.89 0.06
HSL 69.53º 0.88% 0.52% -
HSV(B) 69.53º 0.89% 0.94% -
XYZ 56.8 75.52 12.56 -
YUV 205.44 26.74 128.4 -
System Red Green Blue C M Y K H S L
Decimal 206 240 26 0.14 0 0.89 0.06 69.53 0.88 0.52
Hex CE F0 1A E 0 59 6 46 58 34
Octal 316 360 32 16 0 131 6 106 130 64
Binary 11001110 11110000 11010 1110 0 1011001 110 1000110 1011000 110100

Color Harmonies of #CEF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF01A

Black with #CEF01A

Text Example


Text Example

White with #CEF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF01A; }

 p { color: rgb(206,240,26); }

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

background-color css

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

 a { background-color: rgb(206,240,26); }

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

border-color css

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

 span { border-color: rgb(206,240,26); }

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