Html Css Color HEX #CEF341 Pear

📋 copy color: '#CEF341'

red 206 ◦ green 243 ◦ blue 65

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

Shades of Pear #CEF341

Tints of Pear #CEF341

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.28%

 BLUE value IS 65 (25.78% from 255) = 12.65%

R = 40.08%
G = 47.28%
B = 12.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CEF341 (or 0xCEF341) is known color: Pear. HEX triplet: CE, F3 and 41. RGB value is (206,243,65). Sum of RGB (Red+Green+Blue) = 206+243+65=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF341 is #310CBE. Grayscale: #D4D4D4. Windows color (decimal): -3214527 or 4322254. OLE color: 4322254.

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

Color convert

RGB 206 243 65 -
CMYK 0.15 0 0.73 0.05
HSL 72.47º 0.88% 0.6% -
HSV(B) 72.47º 0.73% 0.95% -
XYZ 58.46 77.6 16.9 -
YUV 211.65 45.24 123.97 -
System Red Green Blue C M Y K H S L
Decimal 206 243 65 0.15 0 0.73 0.05 72.47 0.88 0.6
Hex CE F3 41 F 0 49 5 48 58 3C
Octal 316 363 101 17 0 111 5 110 130 74
Binary 11001110 11110011 1000001 1111 0 1001001 101 1001000 1011000 111100

Color Harmonies of #CEF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF341

Black with #CEF341

Text Example


Text Example

White with #CEF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF341; }

 p { color: rgb(206,243,65); }

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

background-color css

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

 a { background-color: rgb(206,243,65); }

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

border-color css

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

 span { border-color: rgb(206,243,65); }

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