Html Css Color HEX #CEF130 Pear

📋 copy color: '#CEF130'

red 206 ◦ green 241 ◦ blue 48

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

Shades of Pear #CEF130

Tints of Pear #CEF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 41.62%
G = 48.69%
B = 9.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#CEF130 (or 0xCEF130) is known color: Pear. HEX triplet: CE, F1 and 30. RGB value is (206,241,48). Sum of RGB (Red+Green+Blue) = 206+241+48=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF130 is #310ECF. Grayscale: #D1D1D1. Windows color (decimal): -3215056 or 3207630. OLE color: 3207630.

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

Color convert

RGB 206 241 48 -
CMYK 0.15 0 0.80 0.05
HSL 70.88º 0.87% 0.57% -
HSV(B) 70.88º 0.8% 0.95% -
XYZ 57.44 76.25 14.49 -
YUV 208.53 37.4 126.19 -
System Red Green Blue C M Y K H S L
Decimal 206 241 48 0.15 0 0.80 0.05 70.88 0.87 0.57
Hex CE F1 30 F 0 50 5 47 57 39
Octal 316 361 60 17 0 120 5 107 127 71
Binary 11001110 11110001 110000 1111 0 1010000 101 1000111 1010111 111001

Color Harmonies of #CEF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF130

Black with #CEF130

Text Example


Text Example

White with #CEF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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