Html Css Color HEX #CEF74B Pear

📋 copy color: '#CEF74B'

red 206 ◦ green 247 ◦ blue 75

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

Shades of Pear #CEF74B

Tints of Pear #CEF74B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.78%

 BLUE value IS 75 (29.69% from 255) = 14.2%

R = 39.02%
G = 46.78%
B = 14.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#CEF74B (or 0xCEF74B) is known color: Pear. HEX triplet: CE, F7 and 4B. RGB value is (206,247,75). Sum of RGB (Red+Green+Blue) = 206+247+75=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF74B is #3108B4. Grayscale: #D7D7D7. Windows color (decimal): -3213493 or 4978638. OLE color: 4978638.

HSL color Cylindrical-coordinate representation of color #CEF74B: hue angle of 74.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF74B is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 75 -
CMYK 0.17 0 0.70 0.03
HSL 74.3º 0.91% 0.63% -
HSV(B) 74.3º 0.7% 0.97% -
XYZ 59.98 80.15 18.97 -
YUV 215.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 206 247 75 0.17 0 0.70 0.03 74.3 0.91 0.63
Hex CE F7 4B 11 0 46 3 4A 5B 3F
Octal 316 367 113 21 0 106 3 112 133 77
Binary 11001110 11110111 1001011 10001 0 1000110 11 1001010 1011011 111111

Color Harmonies of #CEF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF74B

Black with #CEF74B

Text Example


Text Example

White with #CEF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF74B; }

 p { color: rgb(206,247,75); }

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

background-color css

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

 a { background-color: rgb(206,247,75); }

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

border-color css

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

 span { border-color: rgb(206,247,75); }

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