Html Css Color HEX #CFEF6B Mindaro

📋 copy color: '#CFEF6B'

red 207 ◦ green 239 ◦ blue 107

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

Shades of Mindaro #CFEF6B

Tints of Mindaro #CFEF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.22%

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 37.43%
G = 43.22%
B = 19.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CFEF6B (or 0xCFEF6B) is known color: Mindaro. HEX triplet: CF, EF and 6B. RGB value is (207,239,107). Sum of RGB (Red+Green+Blue) = 207+239+107=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF6B is #301094. Grayscale: #D6D6D6. Windows color (decimal): -3149973 or 7073743. OLE color: 7073743.

HSL color Cylindrical-coordinate representation of color #CFEF6B: hue angle of 74.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFEF6B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 107 -
CMYK 0.13 0 0.55 0.06
HSL 74.55º 0.8% 0.68% -
HSV(B) 74.55º 0.55% 0.94% -
XYZ 59.25 76.06 25.47 -
YUV 214.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 207 239 107 0.13 0 0.55 0.06 74.55 0.8 0.68
Hex CF EF 6B D 0 37 6 4B 50 44
Octal 317 357 153 15 0 67 6 113 120 104
Binary 11001111 11101111 1101011 1101 0 110111 110 1001011 1010000 1000100

Color Harmonies of #CFEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF6B

Black with #CFEF6B

Text Example


Text Example

White with #CFEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF6B; }

 p { color: rgb(207,239,107); }

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

background-color css

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

 a { background-color: rgb(207,239,107); }

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

border-color css

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

 span { border-color: rgb(207,239,107); }

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