Html Css Color HEX #CFE00D Barberry

📋 copy color: '#CFE00D'

red 207 ◦ green 224 ◦ blue 13

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

Shades of Barberry #CFE00D

Tints of Barberry #CFE00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.45%

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 46.62%
G = 50.45%
B = 2.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#CFE00D (or 0xCFE00D) is known color: Barberry. HEX triplet: CF, E0 and 0D. RGB value is (207,224,13). Sum of RGB (Red+Green+Blue) = 207+224+13=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE00D is #301FF2. Grayscale: #C3C3C3. Windows color (decimal): -3153907 or 909519. OLE color: 909519.

HSL color Cylindrical-coordinate representation of color #CFE00D: hue angle of 64.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE00D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 13 -
CMYK 0.08 0 0.94 0.12
HSL 64.83º 0.89% 0.46% -
HSV(B) 64.83º 0.94% 0.88% -
XYZ 52.46 66.61 10.47 -
YUV 194.86 25.37 136.66 -
System Red Green Blue C M Y K H S L
Decimal 207 224 13 0.08 0 0.94 0.12 64.83 0.89 0.46
Hex CF E0 D 8 0 5E C 41 59 2E
Octal 317 340 15 10 0 136 14 101 131 56
Binary 11001111 11100000 1101 1000 0 1011110 1100 1000001 1011001 101110

Color Harmonies of #CFE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE00D

Black with #CFE00D

Text Example


Text Example

White with #CFE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE00D; }

 p { color: rgb(207,224,13); }

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

background-color css

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

 a { background-color: rgb(207,224,13); }

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

border-color css

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

 span { border-color: rgb(207,224,13); }

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