Html Css Color HEX #CEF92A Pear

📋 copy color: '#CEF92A'

red 206 ◦ green 249 ◦ blue 42

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

Shades of Pear #CEF92A

Tints of Pear #CEF92A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

 BLUE value IS 42 (16.8% from 255) = 8.45%

R = 41.45%
G = 50.1%
B = 8.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#CEF92A (or 0xCEF92A) is known color: Pear. HEX triplet: CE, F9 and 2A. RGB value is (206,249,42). Sum of RGB (Red+Green+Blue) = 206+249+42=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF92A is #3106D5. Grayscale: #D5D5D5. Windows color (decimal): -3213014 or 2816462. OLE color: 2816462.

HSL color Cylindrical-coordinate representation of color #CEF92A: hue angle of 72.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEF92A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 42 -
CMYK 0.17 0 0.83 0.02
HSL 72.46º 0.95% 0.57% -
HSV(B) 72.46º 0.83% 0.98% -
XYZ 59.75 81.04 14.68 -
YUV 212.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 206 249 42 0.17 0 0.83 0.02 72.46 0.95 0.57
Hex CE F9 2A 11 0 53 2 48 5F 39
Octal 316 371 52 21 0 123 2 110 137 71
Binary 11001110 11111001 101010 10001 0 1010011 10 1001000 1011111 111001

Color Harmonies of #CEF92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF92A

Black with #CEF92A

Text Example


Text Example

White with #CEF92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF92A; }

 p { color: rgb(206,249,42); }

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

background-color css

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

 a { background-color: rgb(206,249,42); }

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

border-color css

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

 span { border-color: rgb(206,249,42); }

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