Html Css Color HEX #CFE948 Pear

📋 copy color: '#CFE948'

red 207 ◦ green 233 ◦ blue 72

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

Shades of Pear #CFE948

Tints of Pear #CFE948

RGB

 RED value IS 207 (81.25% from 255) = 40.43%

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 72 (28.52% from 255) = 14.06%

R = 40.43%
G = 45.51%
B = 14.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CFE948 (or 0xCFE948) is known color: Pear. HEX triplet: CF, E9 and 48. RGB value is (207,233,72). Sum of RGB (Red+Green+Blue) = 207+233+72=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE948 is #3016B7. Grayscale: #CFCFCF. Windows color (decimal): -3151544 or 4778447. OLE color: 4778447.

HSL color Cylindrical-coordinate representation of color #CFE948: hue angle of 69.69º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE948 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 72 -
CMYK 0.11 0 0.69 0.09
HSL 69.69º 0.79% 0.6% -
HSV(B) 69.69º 0.69% 0.91% -
XYZ 56.04 72.01 17.08 -
YUV 206.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 207 233 72 0.11 0 0.69 0.09 69.69 0.79 0.6
Hex CF E9 48 B 0 45 9 46 4F 3C
Octal 317 351 110 13 0 105 11 106 117 74
Binary 11001111 11101001 1001000 1011 0 1000101 1001 1000110 1001111 111100

Color Harmonies of #CFE948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE948

Black with #CFE948

Text Example


Text Example

White with #CFE948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE948; }

 p { color: rgb(207,233,72); }

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

background-color css

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

 a { background-color: rgb(207,233,72); }

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

border-color css

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

 span { border-color: rgb(207,233,72); }

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