Html Css Color HEX #CEF134 Pear

📋 copy color: '#CEF134'

red 206 ◦ green 241 ◦ blue 52

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

Shades of Pear #CEF134

Tints of Pear #CEF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.42%

R = 41.28%
G = 48.3%
B = 10.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#CEF134 (or 0xCEF134) is known color: Pear. HEX triplet: CE, F1 and 34. RGB value is (206,241,52). Sum of RGB (Red+Green+Blue) = 206+241+52=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF134 is #310ECB. Grayscale: #D1D1D1. Windows color (decimal): -3215052 or 3469774. OLE color: 3469774.

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

Color convert

RGB 206 241 52 -
CMYK 0.15 0 0.78 0.05
HSL 71.11º 0.87% 0.57% -
HSV(B) 71.11º 0.78% 0.95% -
XYZ 57.53 76.28 14.94 -
YUV 208.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 206 241 52 0.15 0 0.78 0.05 71.11 0.87 0.57
Hex CE F1 34 F 0 4E 5 47 57 39
Octal 316 361 64 17 0 116 5 107 127 71
Binary 11001110 11110001 110100 1111 0 1001110 101 1000111 1010111 111001

Color Harmonies of #CEF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF134

Black with #CEF134

Text Example


Text Example

White with #CEF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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