Html Css Color HEX #CEF135 Pear

📋 copy color: '#CEF135'

red 206 ◦ green 241 ◦ blue 53

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

Shades of Pear #CEF135

Tints of Pear #CEF135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.6%

R = 41.2%
G = 48.2%
B = 10.6%

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

#CEF135 (or 0xCEF135) is known color: Pear. HEX triplet: CE, F1 and 35. RGB value is (206,241,53). Sum of RGB (Red+Green+Blue) = 206+241+53=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF135 is #310ECA. Grayscale: #D1D1D1. Windows color (decimal): -3215051 or 3535310. OLE color: 3535310.

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

Color convert

RGB 206 241 53 -
CMYK 0.15 0 0.78 0.05
HSL 71.17º 0.87% 0.58% -
HSV(B) 71.17º 0.78% 0.95% -
XYZ 57.55 76.29 15.06 -
YUV 209.1 39.9 125.79 -
System Red Green Blue C M Y K H S L
Decimal 206 241 53 0.15 0 0.78 0.05 71.17 0.87 0.58
Hex CE F1 35 F 0 4E 5 47 57 3A
Octal 316 361 65 17 0 116 5 107 127 72
Binary 11001110 11110001 110101 1111 0 1001110 101 1000111 1010111 111010

Color Harmonies of #CEF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF135

Black with #CEF135

Text Example


Text Example

White with #CEF135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF135; }

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

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

background-color css

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

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

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

border-color css

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

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

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