Html Css Color HEX #CEF21A Pear

📋 copy color: '#CEF21A'

red 206 ◦ green 242 ◦ blue 26

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

Shades of Pear #CEF21A

Tints of Pear #CEF21A

RGB

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

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

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

R = 43.46%
G = 51.05%
B = 5.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#CEF21A (or 0xCEF21A) is known color: Pear. HEX triplet: CE, F2 and 1A. RGB value is (206,242,26). Sum of RGB (Red+Green+Blue) = 206+242+26=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF21A is #310DE5. Grayscale: #CFCFCF. Windows color (decimal): -3214822 or 1766094. OLE color: 1766094.

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

Color convert

RGB 206 242 26 -
CMYK 0.15 0 0.89 0.05
HSL 70º 0.89% 0.53% -
HSV(B) 70º 0.89% 0.95% -
XYZ 57.39 76.7 12.76 -
YUV 206.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 206 242 26 0.15 0 0.89 0.05 70 0.89 0.53
Hex CE F2 1A F 0 59 5 46 59 35
Octal 316 362 32 17 0 131 5 106 131 65
Binary 11001110 11110010 11010 1111 0 1011001 101 1000110 1011001 110101

Color Harmonies of #CEF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF21A

Black with #CEF21A

Text Example


Text Example

White with #CEF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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