Html Css Color HEX #CEF01B Pear

📋 copy color: '#CEF01B'

red 206 ◦ green 240 ◦ blue 27

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

Shades of Pear #CEF01B

Tints of Pear #CEF01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.71%

R = 43.55%
G = 50.74%
B = 5.71%

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

#CEF01B (or 0xCEF01B) is known color: Pear. HEX triplet: CE, F0 and 1B. RGB value is (206,240,27). Sum of RGB (Red+Green+Blue) = 206+240+27=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF01B is #310FE4. Grayscale: #CECECE. Windows color (decimal): -3215333 or 1831118. OLE color: 1831118.

HSL color Cylindrical-coordinate representation of color #CEF01B: hue angle of 69.58º 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 #CEF01B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 27 -
CMYK 0.14 0 0.89 0.06
HSL 69.58º 0.88% 0.52% -
HSV(B) 69.58º 0.89% 0.94% -
XYZ 56.81 75.52 12.62 -
YUV 205.55 27.24 128.32 -
System Red Green Blue C M Y K H S L
Decimal 206 240 27 0.14 0 0.89 0.06 69.58 0.88 0.52
Hex CE F0 1B E 0 59 6 46 58 34
Octal 316 360 33 16 0 131 6 106 130 64
Binary 11001110 11110000 11011 1110 0 1011001 110 1000110 1011000 110100

Color Harmonies of #CEF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF01B

Black with #CEF01B

Text Example


Text Example

White with #CEF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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