Html Css Color HEX #CEF129 Pear

📋 copy color: '#CEF129'

red 206 ◦ green 241 ◦ blue 41

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

Shades of Pear #CEF129

Tints of Pear #CEF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.39%

 BLUE value IS 41 (16.41% from 255) = 8.4%

R = 42.21%
G = 49.39%
B = 8.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CEF129 (or 0xCEF129) is known color: Pear. HEX triplet: CE, F1 and 29. RGB value is (206,241,41). Sum of RGB (Red+Green+Blue) = 206+241+41=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF129 is #310ED6. Grayscale: #D0D0D0. Windows color (decimal): -3215063 or 2748878. OLE color: 2748878.

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

Color convert

RGB 206 241 41 -
CMYK 0.15 0 0.83 0.05
HSL 70.5º 0.88% 0.55% -
HSV(B) 70.5º 0.83% 0.95% -
XYZ 57.31 76.19 13.78 -
YUV 207.74 33.9 126.76 -
System Red Green Blue C M Y K H S L
Decimal 206 241 41 0.15 0 0.83 0.05 70.5 0.88 0.55
Hex CE F1 29 F 0 53 5 46 58 37
Octal 316 361 51 17 0 123 5 106 130 67
Binary 11001110 11110001 101001 1111 0 1010011 101 1000110 1011000 110111

Color Harmonies of #CEF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF129

Black with #CEF129

Text Example


Text Example

White with #CEF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF129; }

 p { color: rgb(206,241,41); }

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

background-color css

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

 a { background-color: rgb(206,241,41); }

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

border-color css

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

 span { border-color: rgb(206,241,41); }

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