Html Css Color HEX #CEF93D Pear

📋 copy color: '#CEF93D'

red 206 ◦ green 249 ◦ blue 61

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

Shades of Pear #CEF93D

Tints of Pear #CEF93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.82%

R = 39.92%
G = 48.26%
B = 11.82%

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

#CEF93D (or 0xCEF93D) is known color: Pear. HEX triplet: CE, F9 and 3D. RGB value is (206,249,61). Sum of RGB (Red+Green+Blue) = 206+249+61=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF93D is #3106C2. Grayscale: #D7D7D7. Windows color (decimal): -3212995 or 4061646. OLE color: 4061646.

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

Color convert

RGB 206 249 61 -
CMYK 0.17 0 0.76 0.02
HSL 73.72º 0.94% 0.61% -
HSV(B) 73.72º 0.76% 0.98% -
XYZ 60.17 81.21 16.92 -
YUV 214.71 41.25 121.79 -
System Red Green Blue C M Y K H S L
Decimal 206 249 61 0.17 0 0.76 0.02 73.72 0.94 0.61
Hex CE F9 3D 11 0 4C 2 4A 5E 3D
Octal 316 371 75 21 0 114 2 112 136 75
Binary 11001110 11111001 111101 10001 0 1001100 10 1001010 1011110 111101

Color Harmonies of #CEF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF93D

Black with #CEF93D

Text Example


Text Example

White with #CEF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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