Html Css Color HEX #CEF21D Pear

📋 copy color: '#CEF21D'

red 206 ◦ green 242 ◦ blue 29

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

Shades of Pear #CEF21D

Tints of Pear #CEF21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

 BLUE value IS 29 (11.72% from 255) = 6.08%

R = 43.19%
G = 50.73%
B = 6.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CEF21D (or 0xCEF21D) is known color: Pear. HEX triplet: CE, F2 and 1D. RGB value is (206,242,29). Sum of RGB (Red+Green+Blue) = 206+242+29=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF21D is #310DE2. Grayscale: #CFCFCF. Windows color (decimal): -3214819 or 1962702. OLE color: 1962702.

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

Color convert

RGB 206 242 29 -
CMYK 0.15 0 0.88 0.05
HSL 70.14º 0.89% 0.53% -
HSV(B) 70.14º 0.88% 0.95% -
XYZ 57.43 76.71 12.94 -
YUV 206.95 27.57 127.32 -
System Red Green Blue C M Y K H S L
Decimal 206 242 29 0.15 0 0.88 0.05 70.14 0.89 0.53
Hex CE F2 1D F 0 58 5 46 59 35
Octal 316 362 35 17 0 130 5 106 131 65
Binary 11001110 11110010 11101 1111 0 1011000 101 1000110 1011001 110101

Color Harmonies of #CEF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF21D

Black with #CEF21D

Text Example


Text Example

White with #CEF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF21D; }

 p { color: rgb(206,242,29); }

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

background-color css

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

 a { background-color: rgb(206,242,29); }

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

border-color css

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

 span { border-color: rgb(206,242,29); }

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