Html Css Color HEX #CEF93B Pear

📋 copy color: '#CEF93B'

red 206 ◦ green 249 ◦ blue 59

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

Shades of Pear #CEF93B

Tints of Pear #CEF93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.44%

 BLUE value IS 59 (23.44% from 255) = 11.48%

R = 40.08%
G = 48.44%
B = 11.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#CEF93B (or 0xCEF93B) is known color: Pear. HEX triplet: CE, F9 and 3B. RGB value is (206,249,59). Sum of RGB (Red+Green+Blue) = 206+249+59=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF93B is #3106C4. Grayscale: #D7D7D7. Windows color (decimal): -3212997 or 3930574. OLE color: 3930574.

HSL color Cylindrical-coordinate representation of color #CEF93B: hue angle of 73.58º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEF93B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 59 -
CMYK 0.17 0 0.76 0.02
HSL 73.58º 0.94% 0.6% -
HSV(B) 73.58º 0.76% 0.98% -
XYZ 60.12 81.19 16.64 -
YUV 214.48 40.25 121.95 -
System Red Green Blue C M Y K H S L
Decimal 206 249 59 0.17 0 0.76 0.02 73.58 0.94 0.6
Hex CE F9 3B 11 0 4C 2 4A 5E 3C
Octal 316 371 73 21 0 114 2 112 136 74
Binary 11001110 11111001 111011 10001 0 1001100 10 1001010 1011110 111100

Color Harmonies of #CEF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF93B

Black with #CEF93B

Text Example


Text Example

White with #CEF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF93B; }

 p { color: rgb(206,249,59); }

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

background-color css

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

 a { background-color: rgb(206,249,59); }

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

border-color css

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

 span { border-color: rgb(206,249,59); }

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