Html Css Color HEX #CEF54A Pear

📋 copy color: '#CEF54A'

red 206 ◦ green 245 ◦ blue 74

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

Shades of Pear #CEF54A

Tints of Pear #CEF54A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

 BLUE value IS 74 (29.3% from 255) = 14.1%

R = 39.24%
G = 46.67%
B = 14.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#CEF54A (or 0xCEF54A) is known color: Pear. HEX triplet: CE, F5 and 4A. RGB value is (206,245,74). Sum of RGB (Red+Green+Blue) = 206+245+74=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF54A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF54A is #310AB5. Grayscale: #D6D6D6. Windows color (decimal): -3214006 or 4912590. OLE color: 4912590.

HSL color Cylindrical-coordinate representation of color #CEF54A: hue angle of 73.68º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF54A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 74 -
CMYK 0.16 0 0.70 0.04
HSL 73.68º 0.9% 0.63% -
HSV(B) 73.68º 0.7% 0.96% -
XYZ 59.34 78.92 18.58 -
YUV 213.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 206 245 74 0.16 0 0.70 0.04 73.68 0.9 0.63
Hex CE F5 4A 10 0 46 4 4A 5A 3F
Octal 316 365 112 20 0 106 4 112 132 77
Binary 11001110 11110101 1001010 10000 0 1000110 100 1001010 1011010 111111

Color Harmonies of #CEF54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF54A

Black with #CEF54A

Text Example


Text Example

White with #CEF54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF54A; }

 p { color: rgb(206,245,74); }

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

background-color css

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

 a { background-color: rgb(206,245,74); }

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

border-color css

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

 span { border-color: rgb(206,245,74); }

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