Html Css Color HEX #CEFA32 Pear

📋 copy color: '#CEFA32'

red 206 ◦ green 250 ◦ blue 50

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

Shades of Pear #CEFA32

Tints of Pear #CEFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.41%

 BLUE value IS 50 (19.92% from 255) = 9.88%

R = 40.71%
G = 49.41%
B = 9.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#CEFA32 (or 0xCEFA32) is known color: Pear. HEX triplet: CE, FA and 32. RGB value is (206,250,50). Sum of RGB (Red+Green+Blue) = 206+250+50=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA32 is #3105CD. Grayscale: #D6D6D6. Windows color (decimal): -3212750 or 3341006. OLE color: 3341006.

HSL color Cylindrical-coordinate representation of color #CEFA32: hue angle of 73.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFA32 is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 50 -
CMYK 0.18 0 0.8 0.02
HSL 73.2º 0.95% 0.59% -
HSV(B) 73.2º 0.8% 0.98% -
XYZ 60.21 81.72 15.62 -
YUV 214.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 206 250 50 0.18 0 0.8 0.02 73.2 0.95 0.59
Hex CE FA 32 12 0 50 2 49 5F 3B
Octal 316 372 62 22 0 120 2 111 137 73
Binary 11001110 11111010 110010 10010 0 1010000 10 1001001 1011111 111011

Color Harmonies of #CEFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA32

Black with #CEFA32

Text Example


Text Example

White with #CEFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA32; }

 p { color: rgb(206,250,50); }

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

background-color css

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

 a { background-color: rgb(206,250,50); }

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

border-color css

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

 span { border-color: rgb(206,250,50); }

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