Html Css Color HEX #CEF145 Pear

📋 copy color: '#CEF145'

red 206 ◦ green 241 ◦ blue 69

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

Shades of Pear #CEF145

Tints of Pear #CEF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.37%

R = 39.92%
G = 46.71%
B = 13.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#CEF145 (or 0xCEF145) is known color: Pear. HEX triplet: CE, F1 and 45. RGB value is (206,241,69). Sum of RGB (Red+Green+Blue) = 206+241+69=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF145 is #310EBA. Grayscale: #D3D3D3. Windows color (decimal): -3215035 or 4583886. OLE color: 4583886.

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

Color convert

RGB 206 241 69 -
CMYK 0.15 0 0.71 0.05
HSL 72.21º 0.86% 0.61% -
HSV(B) 72.21º 0.71% 0.95% -
XYZ 57.98 76.46 17.33 -
YUV 210.93 47.9 124.49 -
System Red Green Blue C M Y K H S L
Decimal 206 241 69 0.15 0 0.71 0.05 72.21 0.86 0.61
Hex CE F1 45 F 0 47 5 48 56 3D
Octal 316 361 105 17 0 107 5 110 126 75
Binary 11001110 11110001 1000101 1111 0 1000111 101 1001000 1010110 111101

Color Harmonies of #CEF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF145

Black with #CEF145

Text Example


Text Example

White with #CEF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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